/* SLIDER */

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
#slider-container{	
	margin-bottom:10px;
	position:relative;
	text-align:left;
	width:998px;
	height:366px;
	background:#fff;
	overflow:hidden;
}		
#slider-content{position:relative;}			

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	width:998px;
	height:366px;
	}
#slider li, #slider { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:998px;
	height:366px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn,  #slider1next, #slider1prev {
	display:block;
	width:32px;
	height:64px;
	position:absolute;
	left:0px;
	top:155px;
	z-index:200;
}
#nextBtn, #slider1next {
	left:970px;
}
#prevBtn a, #nextBtn a,  #slider1next a, #slider1prev a {
	display:block;
	width:32px;
	height:64px;
}

#prevBtn a, #slider1prev a {background:url('../images/nextprev-png24.png') no-repeat 0px 0px;}
#nextBtn a, #slider1next a {background:url('../images/nextprev-png24.png') no-repeat -32px 0px;}
		
/* numeric controls */	

ol#controls {
	margin:1em 0;
	padding:0;
	height:10px;
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 330px;
	text-align:right;
	cursor:default;
}
ol#controls li {
	margin:0 5px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:10px;
	width:10px;
	line-height:10px;
}
ol#controls li a {
	float:left;
	height:10px;
	width:10;
	color:transparent;
	padding:0px;
	text-decoration:none;
	background-color: #ccc;
	font-weight: bold;
	opacity:0.4;
	filter:alpha(opacity=40);	
	border-radius:10px;
	cursor:default;
}
ol#controls li.current a {
	color:transparent;
	background-color: #ccc;
	opacity:1.0;
	filter:alpha(opacity=100);
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}

/* CONTENT CELL */

.cell1 {
	width:998px;
	height:364px;
	font-family:Calibri, Arial, Verdana, sans-serif;
	border:1px solid #ccc;
	background-color:#fff;
}

.cell1 img {
	margin-left:25px;
	margin-top:5px;
}

.cell1 .cellright, .cell1 .cellleft {
	float:left;
}

.cellright {
	padding:25px;
	width:520px;
}

.itemtitle {
	font-family:'Signika', Arial, Verdana, sans-serif;
	font-size:20px;
	color:#267fbb;
	text-decoration:none;
	line-height:100%;
}

.itemdesc {
	line-height:100%;
	font-size:15px;
}

.itemnumber {
	font-style:italic;
	font-size:13px;
}

.itemprice {
	color:red;
	font-size:25px;
	font-weight:bold;
	font-family:'Signika', Arial, Verdana, sans-serif;
}