﻿/* 
	Resets defualt browser settings
	reset.css
*/
img{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-family:inherit; vertical-align:baseline; }
#slides {
	width:960px;
	position:relative;
	overflow:hidden;
}


.slides_container {
	width:960px;
	height:428px;
	overflow:hidden;
	position:relative;
}

.pagination {
    bottom: 0px;
    position: absolute;
    right: -4px;
    width: 90px;
	z-index:6;
}
.pagination li {
    background-color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: Arial;
    font-size: 12px;
    margin: 1px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 20px;
	
}

.pagination li a {
    text-decoration:none;
    height: 20px;
    line-height: 20px;
    width: 20px;
	display:block;
}
.pagination li.current {
    background-color:#666666;
    color: #FFFFFF;
    height: 20px;
    line-height: 20px;
    width: 20px;
}