/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	border: 0 none;
    height: 310px;
    overflow: hidden;
    position: relative;
    width: 964px;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
	height: 1814px;
}
.image_reel a{ cursor:pointer;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
    bottom: 0;
    display: none;/*--Hidden by default, will be later shown with jQuery--*/
    font: bold 12px arial;
    height: 15px;
    margin: 0 auto;
    /*position: absolute;*//*--Assures the paging stays on the top layer--*/
    right: 25px;
    text-align: right;
    width: 82px;
    z-index: 100;


}
.paging a {
	padding: 1px 10px 1px 6px;
	text-decoration: none;
	background:url(../images/slide/inctv.png) 0 0px no-repeat;
	margin: 2px;


}
.paging a.active {
	background:url(../images/slide/actv.png) 0 0px no-repeat;

}
.paging a:hover {
	background:url(../images/slide/actv.png) 0 0px no-repeat;


	}
