/* Slideshow
*************************************************************/
#slideshow {
position: absolute;
top: 185px;
width: 960px;
height: 318px;
background: #000;
overflow: hidden;
}

#slideshow img {
width: 960px;
height: 318px;
}

#pager {
background: transparent url('http://www.titansystems.com/assets/templates/titan/images/bck-slideshow-pager.png') 0 0 repeat-y;
position: absolute;
top: 0;
z-index: 6;
width: 220px;
height: 318px;
oveflow: hidden;
text-align: center;
padding-top: 5px;
}

#pager a {
display: none;
}

#pager div {
text-align: center;
background: none;
}

#pager div a {
color: #FFF;
font-size: 15px;
font-weight: bold;
font-style: italic;
text-decoration: none;
display: block;
width: 190px;
text-align: center;
padding: 15px 0;
border-bottom: 1px solid #959595;
margin: 0 auto;
line-height: 1em;
}

body.home-chinese #pager div a {
color: #FFF;
font-size: 14px;
font-weight: bold;
font-style: normal;
text-decoration: none;
display: block;
width: 190px;
text-align: center;
padding: 22px 0;
border-bottom: 1px solid #959595;
margin: 0 auto;
line-height: 1em;
}

#pager div.activeSlide,
#pager div.active {
background: transparent url('http://www.titansystems.com/assets/templates/titan/images/bck-slideshow-pager-activeSlide.jpg') 0 center no-repeat;
}

#pager div.activeSlide a,
#pager div a:hover {
color: #999;
}

#pager div ul {
display: none;
background: #111;
position: absolute;
top: -10px;
margin-left: 205px;
list-style: none;
text-align: left;
padding: 0 5px 5px 10px;
width: auto;
zoom: 1;
}

#pager div.second ul {
top: 50px;
}

#pager div.third ul {
top: 115px;
}

#pager div.fourth ul {
top: 170px;
}

#pager div.fifth ul {
top: 240px;
}

#pager div ul li {
border: none;
margin-bottom: 2px;
}

#pager div.activeSlide ul li a {
color: #FFF;
font-size: 10px;
font-style: normal;
font-weight: bold;
border: none;
text-align: left;
padding: 2px 0;
line-height: 1.1em;
text-decoration: underline;
}

#pager div.activeSlide ul li a:hover {
color: #999;
}

/* Interior Side_Nav
*********************************************************/
#pager div.active a {
color: #999;
}