﻿
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin : 0;
padding : 0;
border : 0;
outline : 0;
font-size : 100%;
vertical-align : baseline;
background : transparent;
}
body {
line-height : 1;
}
ol, ul {
list-style : none;
}
blockquote, q {
quotes : none;
}
blockquote:before, blockquote:after, q:before, q:after {
content : '';
content : none;
}
:focus {
outline : 0;
}
ins {
text-decoration : none;
}
del {
text-decoration : line-through;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
body {
background : #111111 url(../images/bodybg.jpg) repeat-x center top;
text-align : center;
}
#mainbox {
width : 950px;
margin : auto;
text-align : center;
position : relative;
height : 740px;
}
#header {
text-align : center;
width : 100%;
height : 100px;
position : relative;
}
#middle {
text-align : center;
width : 100%;
background-color : fuchsia;
}
#loopedSlider {
width : 578px;
position : absolute;
top : 205px;
left : 87px;
padding : 0 100px;
overflow : hidden;
}
.slidercontainer {
width : 578px;
height : 600px;
overflow : hidden;
position : relative;
cursor : pointer;
}
.slides {
position : absolute;
top : 0;
left : 0;
}
.slides div {
position : absolute;
top : 0;
width : 578px;
display : none;
}
.slides div p.caption {
margin-top : 92px;
text-align : center;
font-style : normal;
font-size : 0.9em;
}
#names {
position : absolute;
top : 400px;
left : 0;
width : 500px;
height : 40px;
}
#names {
width : 500px;
overflow : hidden;
color : #fff;
}
.previous {
text-indent : -9999px;
position : absolute;
z-index : 10;
display : block;
border : none;
outline : none;
cursor : pointer;
padding : 0;
top : 160px;
left : 0;
background : url(../images/bi.gif) no-repeat -1px -1px;
width : 65px;
height : 65px;
}
.next {
text-indent : -9999px;
position : absolute;
z-index : 10;
display : block;
border : none;
outline : none;
cursor : pointer;
padding : 0;
top : 160px;
right : -10px;
background : url(../images/bd.gif) no-repeat -1px -1px;
width : 65px;
height : 65px;
}
.previous:active {
background-position : -1px -1px;
}
.next:active {
background-position : -1px -1px;
}
