
/*   ------------------------------------------------------------- GALLERY STYLES  */

.title {
	float:left;
	font-family: Rockwell, "Bauhaus 93", Helvetica,sans-serif;	
	padding-left: 10px;
	font-size: 1.4em;
	max-width: 150px;
}

#galleryCycle { 
  margin: 20px auto; 
  width: 733px; 
  height: 550px;
}
#galleryCycle div {
	width: 733px; 
	height: 550px; 
}

#galleryCycle div img { 
  	margin: auto; 
	display: block;
	max-height:550px;
	max-width:700px;
}

#pager {
	position:relative;
	text-align:center;
	margin-bottom: 20px;
}
#pager a{
	font-family: Rockwell, "Bauhaus 93", Helvetica,sans-serif;
	color: white;
	background-color:#CCC;
	padding: 2px 8px 2px 8px;
	margin:2px;
}
	
#pager a.activeSlide {
	background-color:#999;
}


/*   ------------------------------------------------------------- VIDEO STYLES  */

#movie {
	text-align: center;
	margin-left:160px;
}
#HDmovie {
	text-align: center;
	margin-left:83px;
}
.textbox {
		background: #ccc;
		font-size: 1.6em;
		font-family: Rockwell, "Bauhaus 93", Helvetica,sans-serif;
		padding: 10px;
		width: 700px;
		margin-left:160px;
		margin-bottom: 20px;
}


