#index_page #header {
	padding-bottom: 10px; /**/
}

#index_page #gallery {
	height: 420px; /**/
	width: 100%; /**/
}

#index_page #footer {
	padding-top: 10px; /**/
}

/*
** Views
*/

#index_page #gallery #views {
	float: left; /**/
	position: relative; /**/
	height: 420px; /**/
	width: 620px; /**/
}

#index_page #gallery #views li#view_02,
#index_page #gallery #views li#view_07,
#index_page #gallery #views li#view_09,
#index_page #gallery #views li#view_14 {
	background-color: white; /**/
	width: 518px; /**/
	margin-left: 35px; /**/
	margin-right: 35px; /**/
}

#index_page #gallery #views li.selected {
	display: block; /**/
}

.ie_6 #index_page #gallery #views li {
	border-color: white; /**/
}

#index_page #gallery #views li {
	border: 1px solid #c4c4c4; /**/
	display: none; /**/
	height: 400px; /**/
	left: 0; /**/
	padding: 9px; /**/
	position: absolute; /**/
	text-align: center; /**/
	top: 0; /**/	
	width: 600px; /**/
}

/*
** Thumbnails
*/

#index_page #gallery #thumbnails {
	float: right; /**/
	width: 300px; /**/
}

#index_page #gallery #thumbnails li {
	border-color: transparent; /**/
	border-style: solid; /**/
	border-width: 1px; /**/
	float: left; /**/
	height: 50px; /**/
	margin-bottom: 5px; /**/
	margin-left: 5px; /**/
	padding: 9px; /**/
	text-align: center; /**/
	width: 75px; /**/
}

#index_page #gallery #thumbnails li.selected {
	border-color: #c4c4c4; /**/
}

/* IE6 doesn't support transparent borders */

.ie_6 #index_page #gallery #thumbnails li { 
	border-color: pink; /**/
	filter: chroma(color=pink); /**/
}

.ie_6 #index_page #gallery #thumbnails li.selected {
	border-color: #c4c4c4; /**/
}

/* Address thumbnails with unique dimensions */

#index_page #gallery #thumbnails li#thumbnail_02,
#index_page #gallery #thumbnails li#thumbnail_07,
#index_page #gallery #thumbnails li#thumbnail_09,
#index_page #gallery #thumbnails li#thumbnail_14 {
	margin-left: 10px; /**/
	margin-right: 5px; /**/
	width: 65px; /**/
}

/* IE6 doesn't support standard CSS box model */

.ie_6 #index_page #gallery #thumbnails {
	width: 301px; /**/	
}

.ie_6 #index_page #gallery #thumbnails li {
	margin-bottom: 4px; /**/
	margin-left: 4px; /**/
}

.ie_6 #index_page #gallery #thumbnails li#thumbnail_02 {
	margin-left: 9px; /**/
	margin-right: 5px; /**/
}

.ie_6 #index_page #gallery #thumbnails li#thumbnail_07 {
	margin-left: 6px; /**/
	margin-right: 5px; /**/
}

.ie_6 #index_page #gallery #thumbnails li#thumbnail_09 {
	margin-left: 6px; /**/
	margin-right: 5px; /**/
}

.ie_6 #index_page #gallery #thumbnails li#thumbnail_14 {
	margin-left: 9px; /**/
	margin-right: 5px; /**/
}

/*
** Controls
*/

#index_page #gallery #controls {
	float: right; /**/
	margin-right: 10px; /**/
	margin-top: 5px; /**/
	width: 272px; /**/
}

.ie_6 #index_page #gallery #controls { /* Adjust due to IE6's broken box model */
	margin-right: 4px; /**/
}

#index_page #gallery #controls li {
	float: left; /**/
	text-align: center; /**/
}

#index_page #gallery #controls li a#link_to_first {
	margin-left: 0; /**/
}

#index_page #gallery #controls li a {
	background-image: url(/images/Media%20Control%20Buttons.png); /**/
	background-repeat: no-repeat; /**/
	display: block; /**/
	height: 23px; /**/
	margin-left: 34px; /**/
	text-decoration: none; /**/
}

.ie_le_6 #index_page #gallery #controls li a {
	overflow: hidden; /**/
}

#index_page #gallery #controls li a span {
	visibility: hidden; /**/
}

#index_page #gallery #controls li a.selected {
	display: none; /**/
}

#index_page #gallery #controls li a#link_to_first {
	background-position: 0px 0px; /**/
	width: 21px; /**/
}

.not_ie #index_page #gallery #controls li a#link_to_first:focus,
.not_ie #index_page #gallery #controls li a#link_to_first:hover {
	background-position: -37px 0px; /**/
}

#index_page #gallery #controls li a#link_to_previous {
	background-position: 0px -23px; /**/
	width: 36px; /**/
}

.not_ie #index_page #gallery #controls li a#link_to_previous:focus,
.not_ie #index_page #gallery #controls li a#link_to_previous:hover {
	background-position: -37px -23px; /**/
}

#index_page #gallery #controls a#link_to_pause {
	background-position: 0px -46px; /**/
	width: 19px; /**/
}

.not_ie #index_page #gallery #controls li a#link_to_pause:focus,
.not_ie #index_page #gallery #controls li a#link_to_pause:hover {
	background-position: -37px -46px; /**/
}

#index_page #gallery #controls li a#link_to_play {
	background-position: 0px -69px; /**/
	width: 19px; /**/
}

.not_ie #index_page #gallery #controls li a#link_to_play:focus,
.not_ie #index_page #gallery #controls li a#link_to_play:hover {
	background-position: -37px -69px; /**/
}

#index_page #gallery #controls li a#link_to_next {
	background-position: 0px -92px; /**/
	width: 36px; /**/
}

.not_ie #index_page #gallery #controls li a#link_to_next:focus,
.not_ie #index_page #gallery #controls li a#link_to_next:hover {
	background-position: -37px -92px; /**/
}

#index_page #gallery #controls li a#link_to_last {
	background-position: 0px -115px; /**/
	width: 21px; /**/
}

.not_ie #index_page #gallery #controls li a#link_to_last:focus,
.not_ie #index_page #gallery #controls li a#link_to_last:hover {
	background-position: -37px -115px; /**/
}
