/* ------ general
-----------------------------------------------*/


/* ------ mobilyslider
-----------------------------------------------*/

#content {
width:519px;
margin:0;
}

.slider {
float:left;
width:519px;
height:312px;
position:relative;
margin:65px 0 0 26px;
}

.slider2 {
float:left;
width:570px;
height:405px;
position:relative;
margin:0;
}

.sliderContent {
float:left;
width:519px;
height:312px;
clear:both;
position:relative;
overflow:hidden;
}
.sliderContent2{
float:left;
width:570px;
height:405px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(images/arrow.png);
width:22px;
height:24px;
position:absolute;
top:-42px;
}

.prev {
background-position:0 0;
left:0px;
}

.prev:hover {
background-position:0 -50px;
}

.next {
right:465px;
background-position:-78px 0;
}

.next:hover {
background-position:-78px -50px;
}

.sliderContent .item {
position:absolute;
width:800px;
height:350px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

a {
color: #999999;
}

a img {
border:none;
}

