﻿/* 
	Resets defualt browser settings
	reset.css
*/

#slidesindex {
    z-index: 1;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 720px;
}
.slidesindex_container {
    height: 460px;
    overflow: hidden;
    width: 100%;
}
.slides_control { height:433px!important;} 
.slides_container {
	left: 38px;
	top:0;
	width:725px;
	padding:10px 0;
	height:183px;
	overflow:hidden;
	position:relative;
}
.pagination {
    bottom: 30px;
    left: 360px;
    position: absolute;
}
.pagination li {
    display: inline-block;
    margin: 0 1px;
}
.pagination li a {
    background: none 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: 99;
}
.pagination li.current {
    background: none no-repeat scroll 0 0 transparent;
}
.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: none 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: none 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;
}