/*
JavaScript Image Rotator 1.0
(C)1999-2009 Usingit.com, All rights reserved!
http://www.usingit.com/products/webtoolkit
http://www.usingit.com/support
*/
DIV.jsnavbtnslider_placeholder{
	FLOAT: left;
	OVERFLOW: hidden;
	PADDING: 0px;
	MARGIN: 0px;
	CURSOR: pointer;
	WIDTH:598px;
	HEIGHT:348px;
	position: absolute;
}

DIV.jsnavbtnslider_hidden{
	POSITION: absolute;
	OVERFLOW: hidden;
	TOP: 9000px;
	WIDTH: 598px;
	HEIGHT: 348px;
}

DIV.jsnavbtnslider_image{
	POSITION: absolute;
	LEFT: 0px;
	TOP: 0px;
	font-size: 0px;
	line-height: 0px;
}

DIV.jsnavbtnslider_image IMG{
	BORDER: 0px;
	PADDING: 0px;
	MARGIN: 0px;
}

DIV.jsnavbtnslider_navbtngrp{
	PADDING: 0px;
	CURSOR: pointer;
	HEIGHT: 24px;
	TOP: 10px;
	margin:322px 27px 0 0;
	z-index: 100;
	position: relative;
	margin-left: 0px;
	text-align: right;
	display: block;
	float: right;
}

DIV.jsnavbtnslider_navbtn_outer{
	float: left;
	margin-left:6px;
	width:14px;
	height:14px;
	text-align:center;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	color:#2a2a2a;
	font-size:13px;
	line-height:16px;
	font-weight: bold;
}

DIV.jsnavbtnslider_navbtn_inner{
	cursor:pointer;
	background-image: url(../images/sel-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 14px;
	width: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
DIV.jsnavbtnslider_navbtn_inner:hover{
	cursor:pointer;
	background-image: url(../images/sel-hover-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 14px;
	width: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
/*DIV.jsnavbtnslider_navbtn_inner:hover{
COLOR: #000000; BACKGROUND-COLOR: #C0C0C0;
}*/

DIV.jsnavbtnslider_navbtn_active{
	cursor:pointer;
	background-image: url(../images/sel-hover-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 14px;
	width: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

DIV.jsnavbtnslider_navbtn_active:hover{
	cursor:pointer;
	background-image: url(../images/sel-hover-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 14px;
	width: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
