/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


#anythingSlider                         {
	width: 800px;
	position: relative;
	float:left;
	margin-top:40px;
}
#anythingSlider .wrapper                { width: 800px; overflow: auto; position: relative; float:left }

                                       /* Width below is max for Opera */
#anythingSlider .wrapper ul             { width: 82700px; list-style: none; position:relative; float:left }
#anythingSlider ul li                   { float: left; width: 800px; margin: 0; position:relative; list-style:none; list-style-type: none;}
#anythingSlider .arrow                  { display: block; height: 34px; width: 34px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -30px; right:-5px; cursor: pointer; }
#anythingSlider .forward                { background-position: 0 0; right: 5px; }
#anythingSlider .back                   { background-position: -34px 0; right: 55px; }
#anythingSlider .forward:hover          { background-position: 0 -34px; }
#anythingSlider .back:hover             { background-position: -34px -34px; }

#thumbNav                               { position: relative; top: 262px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; text-decoration:none; background: #f7f7f7; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       {  background: #f7f7f7 url(../images/cellshade.png) repeat-x; }
#thumbNav a.cur                         { background: #f7f7f7 url(../images/cellshade.png) repeat-x; }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 268px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/*continutul slide-urilor*/
.container-content-slide {
position:relative;
width:521px;
height:242px;
}

.imagine-slide {
width:233px;
height:232px;
padding:4px;
border-right:1px solid #cdc987;
float:left;
position:relative;
margin-right:15px;
}

.container-content-slide h1 {
position:relative;
float:left;
width:264px;
margin-bottom:15px;
font-size:16px;
color:#c5b781;
}

.container-content-slide h2 {
position:relative;
float:left;
width:250px;
margin-bottom:3px;
font-size:13px;
color:#999999;
font-weight:normal;
background:url(../images/slider-h2.png) no-repeat left;
padding-left:14px;
}

.container-content-slide a {
position:relative;
float:left;
margin-top:25px;
padding:3px;
height:14px;
font-size:12px;
color:#270100;
background:url(../images/bg-a-slide.png) repeat-x;
text-decoration:none;
}

.container-content-slide a:visited {
font-size:12px;
color:#FFFFFF;
background:url(../images/bg-a-slide.png) repeat-x;
}

.container-content-slide a:hover {
position:relative;
float:left;
margin-top:25px;
padding:3px;
height:14px;
font-size:12px;
color:#9d0001;
background:url(../images/bg-a-slide-hover.png) repeat-x;
}
