body{
background-image: url(background.png);
//w idth:300px;
	margin:0px auto;
	text-align:left

}
	img{border:none;}

.thumb_pic{
	width:298px;
}

.mini_pic
	width:40px;
}

a{border:0;}

/* Easy Slider */

#slider{
position:relative;
top:-10px;
//b order:1px solid #333;
// eft:20px;
}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
			
		width:298px;
		height:280px;
		overflow:hidden; 
		}


#prevBtn a{
	z-index:10;
	height:45px;
	width:88px;
	//top:100px;
	float:left;
	background-image: url(left.png); 
	}
#nextBtn a{
	z-index:10;
	height:45px;
	width:88px;
	//top:100px;
	float:right;
	background-image: url(right.png); 
	}	
	
#bar{
z-index:-10;
position:relative;
bottom:16px;
background-image: url(back.png);
height:45px;

}

#info{
	background: #FFFFFF;
	border: 4px solid #CCCCCC;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
	-moz-border-radius: 25px;
}

#infoBtn a{
	z-index:10;
	position:relative;
	bottom:0px;
	float:right;
	gleft:100px;
	width:30px;
	background-image: url(information.png);
	background-repeat: no-repeat;
	height:45px;

}

#gridBtn a{
	z-index:10;
	position:relative;
	bottom:0px;
	float:right;
	gleft:100px;
	width:30px;
	background-image: url(grid.png);
	background-repeat: no-repeat;
	height:45px;

}

/* // Easy Slider */


.search select.sel {
	padding: 10px 5px 0;
	font-size: 1.5em;
}

.search {
text-align: center
}

.search input.box {
	padding: 10px 5px 0;
	font-size: 1.5em;
	width: 130px;
	height: 40px;
}

.search button.btn {
	width: 75px;
	padding-bottom: -90px;
	height: 39px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(images/go.jpg) no-repeat top right;
}

.search button.clear {
	width: 17px;
	padding-bottom: -90px;
	height: 15px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(images/close.png) no-repeat top right;
}


