
.anythingSlider                         { width: 960px; height: 400px; position: relative; margin: 0 auto 15px; left:-80px; }
.anythingSlider .wrapper                { width: 860px; overflow: auto; height: 400px; margin: 0 50px; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 400px; width: 860px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 75px; width: 50px; background: url(images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -160px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0; }
.anythingSlider .back                   { background-position: -50px 0; left: 0; }
.anythingSlider .forward:hover          { background-position: 0 -75px; }
.anythingSlider .back:hover             { background-position: -50px -75px; }

.thumbNav                               { position: relative; top: 323px; text-align: center; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; 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-image: none; }
.thumbNav a.cur                         { background: #e0a213; }

/*
  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; }

.portfolio-item {
	width:260px;	
	height:190px;
	margin:0 13px;
	background:url(images/pitem-bg.png);
	float:left;
	display:inline-block;
}

.pitem-text {
	display:block;
	padding:25px;
	height:140px;
	width:210px;
	position:relative;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);

}

.pitem-text h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-shadow:1px 1px 1px #FFFFFF;
	color:#666;
	text-align:left;
	padding:10px 0;
}

.pitem-text p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-align:left;
	text-shadow:1px 1px 1px #FFFFFF;
}

.pitem-options {
	top:25px;
}


.pitem-text .link{
	margin-top:20px;
	margin-right:30px;
	background:url(images/pitem-vizitsite.png) no-repeat;
	float:left;
	width:109px;
	height:15px;
	text-indent:-9999px;
}
.pitem-text .zoom{
	margin-top:20px;
	float:left;
	background:url(images/pitem-detalii.png) no-repeat;
	width:57px;
	height:15px;
	text-indent:-9999px;
}

.pitem-thumb{
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	width:225px;
	height:157px;
	position:absolute;
	padding:15px 18px;
}
#final-slide {
	margin:0 auto;
	font-family:Georgia,Serif;
	font-style:italic;
	font-size:20px;
	color:#666;
	text-shadow:1px 1px 1px #FFFFFF;
	text-align:center;
	padding-top:185px;
}
