.main
{
clear: both;
}

#main_slideshow
{
position: relative;
width: 998px;
height: 333px;
}

#main_slideshow .slides
{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}

#main_slideshow .slides img
{
display: none;
}

#main_slideshow .see_details
{
position: absolute;
right: 2px;
bottom: 0px;
display: none;
}

#main_slideshow .pagination
{
position: absolute;
left: 30px;
bottom: 1px;
list-style: none;
}

#main_slideshow .pagination li
{
float: left;
padding-right: 4px;
}

#main_slideshow .pagination li a
{
display: block;
width: 26px;
height: 19px; /*23*/
padding-top: 4px;
background: transparent url(../images/ptab-light.png) no-repeat;
font-family: arial,sans-serif;
font-size: 15px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #000000;
}

#main_slideshow .pagination li.active a
{
background: transparent url(../images/ptab-dark.png) no-repeat;
}

#main_slideshow .pagination li a.ie6
{
background: transparent url(../images/ptab-light-ie6.png) no-repeat;
}

#main_slideshow .pagination li.active a.ie6
{
background: transparent url(../images/ptab-dark-ie6.png) no-repeat;
}

#img_spots1
{
margin-top: 17px;
position: relative;
height: 313px;
}

#img_spots1 .img_spot1,#img_spots1 .img_spot2,#img_spots1 .img_spot3
{
position: absolute;
}

#img_spots1 .img_spot1
{
left: 0px;
top: 0px;
}

#img_spots1 .img_spot2
{
right: 0px;
top: 0px;
}

#img_spots1 .img_spot3
{
right: 0px;
top: 163px;
}
