/* 
	Resets defualt browser settings
	reset.css
*/


/*
	Page style
*/
#frame {
	width:600px;
	height:300px;
	position:relative;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	overflow:hidden;
	position:relative;
	width: 760px;
	height: 270px;
	border: 2px;
	border-style: solid;
	border-color: #009381;
	padding: 5px;
	box-shadow: 2px 6px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 6px 6px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 6px 6px 0px rgba(0,0,0,0.2);
}
