/*
body {
	font-family: 'PT Sans',Arial,Helvetica,sans-serif;
	line-height: 1.45;
	color: #464646;
	font-weight: 600;
	background-color: #FFFFFF;
}
*/

/* slider bullet navigator css */
/*
.bullets div           (normal)
.bullets div:hover     (normal mouseover)
.bullets .av           (active)
.bullets .av:hover     (active mouseover)
.bullets .dn           (mousedown)
*/
.bullets div, .bullets div:hover, .bullets .av {
    background: url(/images/bullets.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.bullets div {
    background-position: -7px -7px;
}
.bullets div:hover, .bullets .av:hover {
    background-position: -37px -7px;
}
.bullets .av {
    background-position: -67px -7px;
}
.bullets .dn, .bullets .dn:hover {
    background-position: -97px -7px;
}
/* slider arrow navigator css */
/*
.arrowl              (normal)
.arrowr              (normal)
.arrowl:hover        (normal mouseover)
.arrowr:hover        (normal mouseover)
.arrowldn            (mousedown)
.arrowrdn            (mousedown)
*/
.arrowl, .arrowr, .arrowldn, .arrowrdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(MagMatcher/images/arrows.png) no-repeat;
    overflow: hidden;
}
.arrowl {
    background-position: -16px -37px;
}
.arrowr {
    background-position: -75px -37px;
}
.arrowl:hover {
	background-position: -136px -37px;
}
.arrowr:hover {
    background-position: -195px -37px;
}
.arrowldn {
    background-position: -256px -37px;
}
.arrowrdn {
    background-position: -315px -37px;
}
.loading-item1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
.loading-item2 {
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	display: block;
	background-color: #000000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.loading-item3 {
	position: absolute;
	display: block;
	background: url(/images/loading.gif) no-repeat center center;
    top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
}
.slides-item {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 540px;
	height: 405px;
	overflow: hidden;
}
.slides-item2 {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 700px;
	height: 414px;
	overflow: hidden;
}