div#page {
    clear: both;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
div#container {
    margin-top: 5px;
	margin-right: 6px;
	margin-left:  6px;
}
div#ads {
	clear: both;
	padding: 0px 0px 0px 5px;
}
div#footer {
	text-align: center;
	clear: both;
	padding-top: 4px;
}
a{
	color: blue;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}
p, li {
	line-height: 1.3em;
}
p a, li a {
	text-decoration: none;
}
h1, h2 {
	margin: 0;
}
h1 {
	color: #333;
	padding: 0;
}
h2 {
	color: #111;
	padding-top: 0px;
}
.rounded-galleriffic-nav{
	margin-left:  5px;
	margin-top:  3px;
	width: 400px;
	height: 500px;
	background:url(http://www.djrickmitchell.com/images/Backgrounds/red_top_banner_1500x70.jpg) no-repeat;
	border: 2px solid #FFFFFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 10px;
	padding: 5px 5px 5px 5px;
}




div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	margin-right: 5px;
	width: 505px; 
}
div.controls {
	display:block;
    width: 504px;
    height: 26px;
    padding-right: 12px;
}
div.ss-controls {
	float: left;
	margin-top: 0px;
}
div.ss-controls span {
	display: inline;
	float: left;
	text-align: left;
	margin-right: 4px;
	margin-top: 0px;
	font-size:  15px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	height:20px;
	border: solid 2px #FFFFFF;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0px 150px 0px 25px;
	overflow:hidden; 
	white-space : nowrap;
}

div.ss-controls span.play {
	display:block;
	width:20px;
	height:20px;
	background:url(http://www.djrickmitchell.com/images/jquery-scrollable/playpause.png) 2px 0px no-repeat;
	float:left;
	margin:0px 2px 0px 2px;
	cursor:pointer;
 }
div.ss-controls span.pause {
	display:block;
	width:20px;
	height:20px;
	background:url(http://www.djrickmitchell.com/images/jquery-scrollable/playpause.png) 2px -20px no-repeat;
	float:left;
	margin:0px 2px 0px 2px;
	cursor:pointer;
 }


div.ss-controls span:hover {
	cursor: pointer;
	background-color: #808080;
	color: #CC0000;
	text-decoration: none;
}
div.nav-controls {
	float: right;
	display: inline;
	text-align: left;
    width: 186px;
    height: 22px;
    padding-top:  0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top:  0px;
    margin-bottom:  0px;
    margin-right: 1px;
    font-weight: bold;
}
div.nav-controls a {
	display:inline;
	text-align: left;
	margin: 5px 0px 0px 16px;
	font-size:  15px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	height:20px;
	border: solid 2px #FFFFFF;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0px 40px 0px 25px;
}
div.nav-controls span{ 
	border-left: none;
}
div.nav-controls a.prev, div.nav-controls a.prevPage {
	display:block;
	width:20px;
	height:20px;
	background:url(http://www.djrickmitchell.com/images/jquery-scrollable/left.png) 2px 0px no-repeat;
	float:left;
	margin:0px 2px 0px 2px;
	cursor:pointer;
 }

div.nav-controls a.prev:hover, div.nav-controls a.next:hover, div.nav-controls a.prevPage:hover, div.nav-controls a.nextPage:hover {
	background-position:2px -20px;
	background-color: #808080;
	color: #CC0000;
	text-decoration: none;		
}

div.nav-controls a.next,div.nav-controls a.nextPage {
	display:block;
	width:20px;
	height:20px;
	background:url(http://www.djrickmitchell.com/images/jquery-scrollable/right.png) 2px 0px no-repeat;
    margin:0px 2px 0px 2px;
	float:left;
	cursor:pointer;
}

div.slideshow {
	clear: both;
  	text-align:center;
	width: 502px;
	height: 412px;
	margin-top: 5px;
}
div.slideshow span.image-wrapper {
  	text-align:center;
  	vertical-align: center;
}
div.slideshow a.advance-link {
	padding: 0px;
	display: block;
	border: solid 1px blue;
	text-decoration:none;
}
div.slideshow img {
    display: block;
	border: none;
}
div.download {
	width: 180px;
	height: 45px;
	float: right;
	border: 2px solid #FFFFFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
   	background:url(http://www.djrickmitchell.com/images/Backgrounds/banner_bgd_1530x324.png) -300px -5px no-repeat;
	padding: 3px 5px 5px 3px;
	display:inline;
	text-align: right;
    padding-right: 8px;
    font-weight: bold;
    color: #000066;
	font-size: 0.9em;
	overflow:hidden; 
}
div.download:hover {
	color: #CC0000 !important;
	text-decoration: underline !important;
}
div.embox {
	width: 285px;
	height: 45px;
	border: 2px solid #FFFFFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
   	background:url(http://www.djrickmitchell.com/images/Backgrounds/banner_bgd_1530x324.png) -300px -5px no-repeat;
	padding: 2px 5px 5px 3px;
	display:inline;
	text-align: left;
	float: left;
}
div.image-title {
	display: block;
	width: 100%;
	height:  auto;
	float: left;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	color: black;
	font-size: 1.3em;
	overflow:hidden; 
}
div.image-desc {
	text-align: left;
	display: block;
	height: auto;
	width: 100%;
	padding-left: 5px;
	padding-bottom:0px;
	font-weight: bold;
	color: #CC0000;
	font-size: 1.1em;
	overflow:hidden; 
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
        float: left;
        margin-left: 20px;
        width: 425px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding:1px;
}
ul.thumbs li {
	float: left;
	padding: 1px;
	margin: 0px 5px 11px 0px;
	list-style: none;
}
ul.thumbs li a {
	padding:  0px;
	display: block;
    border: 4px solid #FFFFFF;

}
ul.thumbs li a:hover {
	padding: 0px;
	border: 4px solid #008000;
}
ul.thumbs li.selected a {
	padding:  0px;
	background: #CC0000;
	border: 4px solid #CC0000;

}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: solid thin #FFFFFF;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 4px;
	margin-left: 3px;
	height: 24px;
	overflow:hidden; 
	white-space : nowrap;
}
div.navigation div.bottom {
	margin-top: 0px;
	overflow:hidden; 
	white-space : nowrap;
}
div.pagination a, div.pagination strong {
	display: block;
	float: left;
	text-align: center;
	margin-right: 4px;
	font-size:  15px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	height:20px;
	border: solid 2px #FFFFFF;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0px 5px 0px 5px;
	overflow:hidden; 
	white-space : nowrap;
}
div.pagination a:hover {
	background-color: #808080;
	color: #CC0000;
	text-decoration: none;
}
div.pagination strong {
	background-color: #CC0000;
}
