﻿.contentcontainer { /* Container to center scroller in right column */
	position: relative;
	margin: 0 auto;
	width: 755px;
	height: 395px;
	padding-top: 10px;
}

.contentslide { /* Container to hold content */
	position: relative;
	top: 0px;
	left: 0px;
	width: 735px;
	height: 350px;
	padding: 10px;
}

.contentslide .contentdiv {
	display: none;
}

.contentslide a {
	font-weight: normal;
}

.contentslide img {
	border: 1px #000000 solid;
	width: 733px; /* resize height and width of image 2px so I can add border */
	height: 348px;
}

.pagination { /* Container for page numbers and next button above content */
	width: 735px;
	line-height: 2em; /* Used to set height of div and automatically center text in middle of div */
	margin-left: 10px;
	text-align: center;
	font-size: 10pt;
}

* html .pagination { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 735px; /*IE5 width*/
	w\idth: 735px; /*IE6 width*/
}

.pagination a { /* Set color of page numbers and next button */
	text-decoration: none;
	color: #570455;
	padding: 2px;
}

.pagination a:hover, .pagination a.selected { /* Set highlight color of page numbers and next button */
	background-color: #000000;
	color: #FFFFFF;
}