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

body {
font-family:Arial, Helvetica, sans-serif;
background:#222 url(http://getelement.3dn.ru/materials/black_informer/bg.png) repeat;
width:800px;height:600px;
}

#content {
width:600px;
margin:20px auto 20px;
}

.slider {
float:left;
width:600px;
height:200px;
position:relative;
padding:0px;
}

.sliderContent {
float:left;
width:600px;
height:200px;
clear:both;
position:relative;
overflow:hidden;
border:2px solid #333;
}


.sliderArrows a  {
display:none;
}


.prev {
display:none;
}

.next {
display:none;
}


.sliderContent .item {
position:absolute;
width:600px;
height:200px;
background: #333;
background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
background-image: -webkit-linear-gradient(top, #444, #222);
background-image: -moz-linear-gradient(top, #444, #222);
background-image: -ms-linear-gradient(top, #444, #222);
background-image: -o-linear-gradient(top, #444, #222);
background-image: linear-gradient(top, #444, #222);
}

.sliderBullets {
position:absolute;
bottom:15px;
left:10px;
z-index:50;
margin-left:10px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:20px;
height:20px;
background:url(http://getelement.3dn.ru/materials/black_informer/bullets.png) no-repeat;
background-position:right;
}

.sliderBullets .active {
background-position:left;
}

.sliderContent a {
outline:none;
}

a {
color:yellowgreen;
text-decoration:none;
}

a img {
border:none;
}
.sliderContent #cont{padding:10px 10px 10px 20px;display:block;}

#text{text-align:left;float:right;width:360px;height:128px;color:#ccc;font-size:12px;overflow:hidden;}
#text h2{font-size:13px;color:#999;color:#c69d33;}
#readmore{
background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
background-image: -webkit-linear-gradient(top, #444, #333);
background-image: -moz-linear-gradient(top, #444, #333);
background-image: -ms-linear-gradient(top, #444, #333);
background-image: -ms-linear-gradient(top, #444, #333);
background-image: -o-linear-gradient(top, #444, #333);
background-image: linear-gradient(top, #444, #333);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
-webkit-box-shadow: 0 0px 2px #666;
-moz-box-shadow: 0 0px 2px #666;
box-shadow: 0 0px 2px #666;
color:#c69d33;
float:right;
display:inline-block;
font-size:11px;
font-weight:bold;
padding:4px;
position:absolute;
bottom:20px;
right:20px;
}
#readmore:hover{color:#999;}
#newsimage{float:left;border:4px solid #222;width:180px;height:120px;margin:10px 10px 0px 0px;}