/* homepage spinning start */
/* wrapper style */
.SliderWrapper
{
	padding-top:20px;
}

/* track style */
.horizontal .SliderTrack
{
	height:4px;
	width:100%;
	background:#CCC;
	overflow:hidden;
}
.vertical .SliderTrack
{
	width:4px;
	height:100%;
	background:#CCC;
	overflow:hidden;
}

/* handle style */
.SliderWrapper a
{
	text-decoration:none;
}
.SliderHandle
{
	display:block;
	height:16px;
	width:16px;
	background:#999;
	position:relative;
}
.horizontal .SliderHandle
{
	/* centre handle on track */
	margin-top:-6px;
	margin-left:-8px;
}
.vertical .SliderHandle
{
	/* centre handle on track */
	margin-top:-8px;
	margin-left:-6px;
}

/* style applied when handle is being moved */
.active .SliderHandle
{
}

.contentStyle100
{
	background:transparent none repeat-x scroll 0 0;
	padding: 0px 47px 10px;
}
.phPhoto {
	position:absolute;
	text-align:center;
}
.phPhoto img {
	height:100%;
	width:100%;
}
.phRotator {
	position:relative;
}

.phRotatingElement span
{
	display:none;
}
.phRotatorButtons
{
	padding:2px 234px 0px;
	height: 1%;
}
.phRotatorButtons a img
{
	border: none;
}
.p_leftButton {
	width:30px;
	margin-left:-240px;
	position:absolute;
	background-position:right;
	z-index:2600;
	float:left;
	display:block;
	cursor:pointer;
	padding:9px 35px 9px 4px;
	font-size:75%;
	font-weight: bold;
	color:#fff;
	/*background: url("../images/headline/prev.png") no-repeat;*/
	text-transform:uppercase;	
	text-decoration:none;	
	_background: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/headline/prev.gif", sizingMethod="crop");
}
.p_rightButton {
	width:30px;
	margin-left:630px;
	float:right;
	position:absolute;
	display:block;
	cursor:pointer;
	padding:9px 0px 9px 35px;
	font-size:75%;
	font-weight: bold;
	color:#fff;
	/*background: url("../images/headline/next.png") no-repeat;*/
	background-position:right;
	z-index:2600;
	text-transform:uppercase;	
	text-decoration:none;	
	_background: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/headline/next.png", sizingMethod="crop");
}
.phRotatorButtons:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* homepage spinning end */

