body{
	text-align: center;
}
#content {
	margin: 0 auto;
	text-align: center;
	max-width:1024px;
}

.example_photos  {
	background: white;
	height: 80px;
	width: 256px;
	margin:auto;
}

.example_photos .ocarousel_window_slides img {
	padding: 8px 0px;
}

#left-ctrl{
	float:left;
	position:relative;
	bottom:100px;
	right:70px;
	width:85px;
	height:120px;
	background:url(../images/CompanyBannerBtn_SPRITE-01.png) 0 0;
}

#left-ctrl:hover{
	background:url(../images/CompanyBannerBtn_SPRITE-01.png) 85px 0px;
}

#right-ctrl{
	float:right;
	position:relative;
	bottom:100px;
	left:70px;
	width:85px;
	height:120px;
	background:url(../images/CompanyBannerBtn_SPRITE-01-RHS.png) 85px 0;
}

#right-ctrl:hover{
	background:url(../images/CompanyBannerBtn_SPRITE-01-RHS.png) 0px 0px;
}

@media only screen and (min-width: 600px) {
	.example_photos  {
		width: 512px;
	}
} 
@media only screen and (min-width: 900px) {
	.example_photos  {
		width: 768px;
	}
} 