

.slides_container {
width:960px;
height:490px;
display:none;
}

.slide{
width:960px;
height:490px;
display:block;
}

.pagination {
list-style:none;
padding:0;
text-align:center;
position:relative;
top:-242px;
left:620px;
width:210px;
z-index:11;
}
.pagination li{
float:none;
display: inline;
padding-left:5px;
padding-right:5px;
}

a.prev {
width:12px;
height:12px;
font-size:1px;
color: transparent;
float:left;
position:relative;
top:-235px;
left:625px;
z-index:15;
background-image: url(../images/prev.png);
background-repeat:no-repeat;
}

a.next {
width:12px;
height:12px;
font-size:1px;
color: transparent;
float:left;
position:relative;
top:-235px;
left:830px;
z-index:15;
background-image: url(../images/next.png);
background-repeat:no-repeat;
}
ul.pagination li {
margin-left:auto;
margin-right:auto;
}

ul.pagination li a{
font-size:1px;
padding:6px;
width:12px;
height:12px;
color: transparent;
background-image: url(../images/inact.png);
background-repeat:no-repeat;
}

.pagination .current a {
background-image: url(../images/act.png);
background-repeat:no-repeat;
}

/*.comment {
color:#c7a964;
position:relative;
top:180px;
left:535px;
height:205px;
width:425px;
background: url(../images/comment-bg.png) repeat;
z-index:20;font-size:20px;
}
.comment p{
padding:30px;
}

.comment > a {
position:absolute;
left:330px;
top:170px;
color:white;
}*/

.slide img{
position:absolute;
top:0px;
left:0px;
width:960px;
height:490px;
}

.slidesP .slides_container {
width:550px;
height:350px;
display:none;
}

.slidesP .slide{
width:550px;
height:350px;
display:block;
}

.slidesP img{
width:550px;
height:350px;
}

.slidesP a.prev {
width:12px;
height:12px;
font-size:1px;
color: transparent;
float:left;
position:absolute;
top:360px;
left:45px;
z-index:15;
background-color:white;
background-image: url(../images/prev.png);
background-repeat:no-repeat;
}

.slidesP a.next {
width:12px;
height:12px;
font-size:1px;
color: transparent;
float:left;
position:absolute;
top:360px;
left:555px;
z-index:15;
background-color:white;
background-image: url(../images/next.png);
background-repeat:no-repeat;
}