
/* Easy Slider (2 X 2) */

#container, #container2{
        /* define container width and height of list item (Slide 2 X 2) */
        margin:0px 30px;
	position: relative;
	width:530px;
	height: 410px;
	background:#eeeeee;
}
#website, #website2{
	position:relative;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider ul li, #slider li,
#slider2 ul li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:530px;
	height:410px;
	overflow:hidden; 
}
#prevBtn, #nextBtn,
#slider2prev, #slider2next{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-25px;
	top:171px;
	z-index:1000;
}	
#nextBtn, #slider2next{ 
	left:530px;
}														
#prevBtn a, #nextBtn a,
#slider2prev a, #slider2next a{ 
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a, #slider2next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider2prev, #slider2next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */

/* numeric controls */	
ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;
}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{ outline:none; }

/* // Extra AddOn */
#slider img { border:none; width:255px; height:160px; }
#slider table { margin:0; padding:0; }
#slider table td { margin:0px; padding: 8px 5px; }
#slider table td div.title { padding-top: 8px; height:25px; width:235px; background-color: #ffffff; }

/* // Easy Slider (2 X 2) */

/* Use For Slider 3 X 3 */
#m_container{
        /* define container width and height of list item (Slide 3 X 3) */
        margin:0px 20px;
	position: relative;
	width: 795px;
	height: 615px;
	background:#eeeeee;
}
#m_container #slider ul li, #m_container #slider li
{
	/* define width and height of list item (Slide 3 X 3) */
	width: 795px;
	height: 615px;
	overflow:hidden;
}
#m_container #prevBtn, #m_container #nextBtn{
	top:266px; /* change position-y */
}
#m_container #nextBtn{
	left:795px; /* change position-x */
}
/* Use For Slider 3 X 3 END */