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

#slideshow {
	position:relative;
	width: 862px; /* slide width */
	height: 276px; /* slide height */
	overflow: hidden;
}
	
#slideshow #rotation { 
}

#slideshow #rotation div {
	width: 862px; /* slide width */
	height: 276px; /* slide height */
	overflow: hidden; 
}
#slideshow #rotation p {
	margin: 15px;
}	
#slideshow #prev { /* location of previous button */
	position:absolute;
	left: 15px;
	top: 110px;
	z-index:100;
}
#slideshow #next { /* location of next button */
	position:absolute;
	right: 15px;
	top: 110px;
	z-index:100;
}
#slideshow #rotation_nav { /* location of rotation navigation */
	position:absolute; 
	top:250px; 
	left:0px;
	width: 862px;
	text-align:center; 
	z-index:100;
}
#slideshow #rotation_nav a { /* rotation navagation styling */
	border: 1px solid #666666;
	background: #333333;
	text-decoration: none;
	margin: 0 5px;
	padding: 2px 3px;
	font: 10px/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#slideshow #rotation_nav a.activeSlide { /* rotation navagation styling for active slide */
	background: #CCCCCC;
	color:#000000;
}
#slideshow #rotation_nav a:focus { outline: none; }

#magazine #pages img {
	height: 776px;
	width: 600px;
}
#magazine {
	position:relative;
	width: 600px; /* slide width */
	height: 776px; /* slide height */
	margin-left: 120px;
	margin-bottom:30px;
}
	
#magazine #pages { 
	position:relative;
	width: 600px; /* slide width */
	height: 776px; /* slide height */
	overflow: hidden;
}

#magazine #pages div {
	width: 600px; /* slide width */
	height: 776px; /* slide height */
	overflow: hidden; 
}
#magazine #prev_page { /* location of previous button */
	position:absolute;
	left: 0px;
	top: 696px;
	z-index:100;
	cursor:pointer;
}
#magazine #next_page { /* location of next button */
	position:absolute;
	right: 0px;
	top: 696px;
	z-index:100;
	cursor:pointer;
}
#magazine #page_nav { /* location of rotation navigation */
	position:absolute; 
	top:786px; 
	left:0px;
	width: 600px;
	text-align:center; 
	z-index:100;
}
#magazine #page_nav a { /* rotation navagation styling */
	border: 1px solid #666666;
	background: #333333;
	text-decoration: none;
	margin: 0 5px;
	padding: 2px 3px;
	font: 10px/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	cursor:pointer;
}
#magazine #page_nav a.activeSlide { /* rotation navagation styling for active slide */
	background: #CCCCCC;
	color:#000000;
}
#magazine #page_nav a:focus { outline: none; }

