div#content div#slider {
height:317px;
width:740px
}
div#content div#slider div#top {
background:url(../images/slider_top.gif) repeat-x;
border-top-left-radius:5px;
border-top-right-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
height:15px;
width:740px
}
div#content div#slider div#items {
overflow-x:auto;
overflow-y:hidden;
}
div#content div#slider ul {
background:#F9F9F9;
height:287px;
width:2220px;
z-index:0
}
div#content div#slider ul li {
float:left;
width:740px;
}
div#content div#slider div.arrow {
	display:none;
}
div#content div#slider div#side_left {
background:url(../images/arrows_sprite.gif) 123px 0;
float:left;
height:287px;
position:relative;
top:-302px;
width:41px
}
div#content div#slider div#side_right {
background:url(../images/arrows_sprite.gif) -81px 0;
float:right;
height:287px;
position:relative;
top:-302px;
width:41px
}
div#content div#slider div#side_left:hover {
background:url(../images/arrows_sprite.gif) -41px 0
}
div#content div#slider div#side_right:hover {
background:url(../images/arrows_sprite.gif) 0 0
}
div#content div#slider div#side_left:active {
background:url(../images/arrows_sprite.gif) -205px 0
}
div#content div#slider div#side_right:active {
background:url(../images/arrows_sprite.gif) -164px 0
}
div#content div#slider #nav a {
background:#FFF;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
color:#FFF;
float:left;
font-size:0;
height:5px;
left:-30px;
margin-left:5px;
overflow:hidden;
position:relative;
text-decoration:none;
top:-10px;
width:5px
}
div#content div#slider #nav a:hover,div#content div#slider #nav a.activeSlide:hover {
background:#CDCDCD;
color:#CDCDCD
}
div#content div#slider #nav a.activeSlide {
background:#E4E4E4;
color:#E4E4E4
}
div#content div#slider #nav a:focus {
outline:none
}
div#content div#main h1 {
margin-bottom:5px;
}
div#content div#main h2 {
font-size:14px;
padding:10px 15px 0 15px;
text-indent:15px;
}
div#content div#main div.bottom {
margin-top:15px;
}
