﻿/* image replacement */
.graphic, #prevBtn, #nextBtn
{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}
/* // image replacement */
#containerslider
{
	margin: 0 auto;
	position: relative;
	text-align: left;
	/*width: 555px;*/
	width: 620px;
	
	margin-bottom: 2em;
	padding:5px 10px 10px;
}
.containerslider
{
	margin: 0 auto;
	position: relative;
	text-align: left;
	/*width: 555px;*/
	width: 620px;
	background: #fff;
	margin-bottom: 2em;
}
/* Easy Slider */
#slider
{
	
}
#slider ul, #slider li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li
{
	/* define width and height of list item (slide) 			entire slider area will adjust according to the parameters provided here 		*/
	/*width: 555px;*/
	width:620px;
	height: auto;
	overflow: hidden;
}

#slider2
{
	
}
#slider2 ul, #slider2 li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider2 li
{
	/*define width and height of list item (slide) 			entire slider area will adjust according to the parameters provided here 		*/
	/*width: 555px;*/
	width: 620px;
	height: auto;
	overflow: hidden;
}

#prevBtn, #nextBtn
{
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
	/*left: -30px;*/
	left:0px;
	top: 26px;
}
#nextBtn
{
	/*left: 555px;*/
	left:595px;
}
#prevBtn a, #nextBtn a
{
	display: block;
	width: 30px;
	height: 77px;
	background: url(/images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a
{
	background: url(/images/btn_next.gif) no-repeat 0 0;
}


#prevBtn2, #nextBtn2
{
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
/*	left: -30px;*/
    left: 0px;
	top: 26px;
}
#nextBtn2
{
	left: 595px;
}
#prevBtn2 a, #nextBtn2 a
{
	display: block;
	width: 30px;
	height: 77px;
	background: url(/images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn2 a
{
	background: url(/images/btn_next.gif) no-repeat 0 0;
}


.productTeaser
{
	position: relative;
	overflow: hidden;
}
.productTeaser img
{
	border: 1pt solid #d5d5d5;
}

.teaserLeft
{
	float: left;
	padding: 9px;
	text-align: center;
	width: 172px;
}
.img 
{
	/*border:1px solid #D5D5D5;*/
}
.price{
	color:#3d3d3d; text-transform:none; font-style:normal; font-weight:bold;
}


