﻿/* 
	Resets defualt browser settings
	reset.css
*/

#slidesindex {
    z-index: 1;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 1000px;
}
.slidesindex_container {
    overflow: hidden;
    width: 100%;
}
.slides_container {
	left: 38px;
	top:0;
	width:1000px;
	padding:10px 0;

	overflow:hidden;
	position:relative;
}
.pagination {
    bottom: 4px;
    position: absolute;
    right: 4px;
    z-index: 11;
}
.pagination li {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #666;
    color: #9f9f9f;
    cursor: pointer;
    float: left;
    font-family: Arial;
    font-size: 0;
    height: 10px;
    line-height: 0;
    margin: 0 0 0 4px;
    text-align: center;
    width: 10px;
}
.pagination li a {
    background: url("../images/bullets.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 22px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 22px;
    cursor: pointer;
    position: relative;
    z-index: 299;
}
.pagination li.current {
    background-color: #e3610e;
    border: 1px solid #e3610e;
    color: #ffffff;
    font-weight: bold;
	z-index: 299;
}
.pagination li.current a {
    background-position: 0 -22px;
}
.pagination li a:hover {
}
.pagination li.current a:hover {
	background-color: #FFFFFF;
	color: #000000 !important;
}
.prev:hover, .next:hover {
}
.prev {
   background: url("../images/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 99;
    left: 15px;
}
.next {
   background: url("../images/arrows.png") no-repeat scroll -30px 0 transparent;
    border: 0 none;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 99;
    right: 15px;
}