@charset "utf-8";
/* VISIT WWW.TIPS4DESIGN.COM */
/* T4DSLIDER V 1.0 */
#items { 
   height:300px;
   width:100%;
 
   position:relative;
   overflow:hidden;
   margin: 0px auto 0 auto;
}
#ihold {
  width:100%;
  margin-top:10px;
  position: absolute;
}
#ihold img  {
	width:228px;
	height:190px;
	padding: 0px;
	background-color: #eee;
	position:relative;

	}
.item a img {
		border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #74a02d;
}
.button{
	height:10px;
	width:10px;
	opacity:0.5;
	cursor: pointer;
	cursor: hand;
	z-index:3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.button:hover{
	opacity:0.8;
}
.button:active{
	opacity:1;
}
#left {
	position:absolute;
	top:0px;
	right:45px;
	border:none;
}

#right {
	position:absolute;
	top:0px;
	right:25px;
	border:none
}
.item {
	background-image:url(http://piataterenuri.info/t4d/slider/imagini/shop/1pxt.png);
	float:left;
	height:263px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
	padding-bottom: 0px;
	background-color:#FFF;
	/* SHADOW */
	-moz-box-shadow: 2px 2px 3px #e0e1df;
	-webkit-box-shadow: 2px 2px 3px #e0e1df;
	box-shadow: 2px 2px 3px #e0e1df;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');		border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDD7D7;
	border-left-color: #DDD7D7;	/* END OF SHADOW */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD7D7;
}
.item ul{
   list-style:none;
   margin-top:0px;
   padding-left:15px;
}

.item ul li{
   background-color:#eee;
   margin-bottom:1px;
   width:00px;
   padding:0px;
   font-weight:bold;
}

.alink {
	width:218px;
	height:25px;
	margin:0px auto 0px auto;
	position:relative;
	background-color:white;
	text-align:center;
	padding-top:10px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	color:#739f2b;	/*border:1px solid #02a;*/
}

.alink:hover{
	background-color: #FFF;
	color:#123171;
}
#items a {
	text-decoration: none;
}
 .item a img:hover{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #123171;
}

#bgl {
	left:0px;
	position:absolute;
}

#bgr {
	position:absolute;
	left:795px;
}

#my-alt{
	  display:none;
      position:absolute;
      font-size:18px;
      color:white;
      background-color:#0a0a0a;
      padding: 5px 2px 5px 2px;
      z-index:5;
}
