/*
    anythingSlider v1.0
    
    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: 740px; height: 295px; position: relative; margin: 0 0; }
.anythingSlider .wrapper                { width: 660px; overflow: auto; height: 295px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 295px; width: 660px; margin: 0; position: relative; }
.anythingSlider .arrow                  { display: block; height: 100px; width: 60px; background: url(../img/slider_arrows.jpg) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 100px; cursor: pointer; }
.anythingSlider .forward                { background-position: -60px 0; right: -20px; }
.anythingSlider .back                   { background-position: 0 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: -60px -100px; }
.anythingSlider .back:hover             { background-position: 0 -100px; }

#thumbNav                               { height: 295px; width: 240px; position: absolute; right: -240px; }
#thumbNav a                             { font-family: Arial, Helvetica, sans-serif; color: #c5c5c5; font-size: 2.5em; display: block; text-align: center; margin: 0.9em 10px; padding: 10px 0; text-decoration: none; border-radius: 3px; }
#thumbNav a:hover                       { background: #f4f4f4; }
#thumbNav a.cur                         { background: #f4f4f4; }

#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: 323px; -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; }

h2.slidetitle {
	color: #81a00e;
	font-size: 4.2em; font-weight: normal;
	margin-left: 20px; margin-top: 20px;
} 	h2.slidetitle a { text-decoration: none; color: #81a00e; }
	h2.slidetitle a:hover { text-decoration: underline; }
h3.codprodus {
	color: #adadad;
	font-size: 2.1em; font-weight: normal;
	margin-left: 100px;
}

ul.detalii_produs {
	color: #4a4a4a;
	font-size: 2em;
	padding-top: 15px;
}

ul.detalii_produs li {
	text-indent: 30px; line-height: 1.6em;
	background: url('../img/header_bullet.jpg') no-repeat 0 10px;
}

h3.oldprice {
	color: #e91f32; font-weight: normal; width: 150px; text-align: center;
	text-decoration: line-through; font-size: 3.75em;
	position: absolute; right: 210px; bottom: 100px; z-index: 20;
}

h3.newprice {
	color: #a5ce07; font-weight: normal; font-size: 5em; width: 180px; text-align: center;
	position: absolute; right: 195px; bottom: 50px; z-index: 20;
}

h3.tva {
	color: #adadad; font-weight: normal; font-size: 1.9em;
	position: absolute; right: 190px; bottom: 40px; z-index: 20;
}

img.poza_slide {
	position: absolute; top: 16px; right: 0;
}
