@charset "UTF-8";
/* CSS Document */

/**************The whole preview box*******************/
/*****************************************************/
#previewbox {
	-moz-border-radius: 6px;
	background-color: #111111;
	border: 4px solid #666666;
	height: 140px;
	width: 410px;
	position: relative;
	margin:0 auto;
	top: 10px;
	margin-bottom: 50px;
}


#textfloat {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	top: 8px;
	left: 10px;
	position: absolute;
}

/*the slide viewer inside the preview box + buttons*/
#slider{}	
#slider ul, #slider li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#slider li{
	width: 410px;
	height: 140px;
	overflow: hidden;
	}	

	
#prevBtn, #nextBtn{
	margin: 0;
	padding: 0;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -28px;
	top: 45px;
	overflow: visible;
	text-indent: -8000px;
	}	
#nextBtn{
	left: 387px;
	}

a {
             outline: none;
             }	
													

#prevBtn a, #nextBtn a{
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/ArrowP.gif);
	background-repeat: no-repeat;
	background-position: 0 0;

	}	

#nextBtn a{
	background-image: url(../images/ArrowN.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}	

/**************End of The whole preview box*******************/
