﻿*{outline: none;}

.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left; position: relative;}
 
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 20px;
	padding: 5px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	display: inline-block;
	width: 20px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #610000;
	background: #4c4c4c; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
