/* Right column */

#content {
float: left;
width: 100%;
}

#content .bigmain {
float:left;
padding:0 15px;
width:713px;
}

#content .bigmain h2 {
float:left;
padding:5px 0;
text-transform:uppercase;
}

#content .bigmain p {
float:left;
line-height:17px;
padding:5px 0;
}

#content .bigmain h4 {
float: left;
padding: 10px 0 0;
font-size: 14px;		
}

#content .right {
float: left;
width: 235px;	
}

#content .right .sidebar-right {
background: #FFFFFF url(img/sidebar-right-bg.png) repeat-x scroll center bottom;
float:left;
margin: 0 0 10px;
position:relative;
width:220px;
}

#content .right .sidebar-right .sidebar-right-menu {
list-style: none;
}

#content .right .sidebar-right .sidebar-right-menu li {
border-bottom:1px dotted;
margin:5px 0;
padding:0 0 5px;
}

#content .right .sidebar-right .sidebar-right-menu li a {
font-size:14px;
}

#content .right .sidebar-right img.map {
margin: 5px 20px 0;
}

/* SLIDESHOW */

#content .bigmain .slideshow { 
cursor: pointer;
float:left;
height:255px;
width:713px;
overflow:hidden
}

#content .bigmain .slideshow .box {
float:left;
height:255px;
width:713px;
}

#content .bigmain .slideshow .box h2 {
color: #FFFFFF;
float:right;
font-size:40px;
margin:15px 0 0 300px;
width:350px;
}

#content .bigmain .slideshow .box h4 {
color:#FFFFFF;
float:right;
line-height:20px;
margin:0 0 0 300px;
width:350px;
}



.jScrollPaneContainer {
	float:left;
	height:205px !important;
	margin: 10px 0 0;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../img/scroll_back.png) repeat-x;
}

.jScrollIntervalTrack { 
	position: absolute;
	display:none;

}

.jScrollPaneDrag {
	position: absolute;
	background: url(../img/scroll.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
	width:141px !important;
	height:19px;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


/* pane 1 */


.contents {
	display: block;
	width: 700px;
	height: 200px;
}
ul.blocks {
	padding: 0;
	width: 1687px;
	display: block;
	height: 176px;
}
.blocks {
	width: 1677px;
	margin: 0;
	float: left;
	display: block;
	height: 176px;
}

.blocks a {
float: left;
width: 231px;
height: 176px;
border: none;
margin:0 5px;
}

.blocks a.image01 {
background: transparent url(../img/home/on-thumb01.png) no-repeat top center;
margin-left:0px;
}

.blocks a.image01:hover,
.blocks a.image01.active {
background: transparent url(../img/home/on-thumb01.png) no-repeat bottom center;
}

.blocks a.image02 {
background: transparent url(../img/home/on-thumb02.png) no-repeat top center;
}

.blocks a.image02:hover,
.blocks a.image02.active {
background: transparent url(../img/home/on-thumb02.png) no-repeat bottom center;
}

.blocks a.image03 {
background: transparent url(../img/home/on-thumb03.png) no-repeat top center;
}

.blocks a.image03:hover,
.blocks a.image03.active {
background: transparent url(../img/home/on-thumb03.png) no-repeat bottom center;
}

.blocks a.image04 {
background: transparent url(../img/home/on-thumb04.png) no-repeat top center;
}

.blocks a.image04:hover,
.blocks a.image04.active {
background: transparent url(../img/home/on-thumb04.png) no-repeat bottom center;
}

.blocks a.image05 {
background: transparent url(../img/home/on-thumb05.png) no-repeat top center;
}

.blocks a.image05:hover,
.blocks a.image05.active {
background: transparent url(../img/home/on-thumb05.png) no-repeat bottom center;
}

.blocks a.image06 {
background: transparent url(../img/home/on-thumb06.png) no-repeat top center;
}

.blocks a.image06:hover,
.blocks a.image06.active {
background: transparent url(../img/home/on-thumb06.png) no-repeat bottom center;
}

.blocks a.image07 {
background: transparent url(../img/home/on-thumb07.png) no-repeat top center;
margin-right:0px;
}

.blocks a.image07:hover,
.blocks a.image07.active {
background: transparent url(../img/home/on-thumb07.png) no-repeat bottom center;
}

.holder {
	margin: 0;
	display: block;
	/* TEMP */
	margin-bottom: 20px;
}
.scroll-pane {
	width: 231px;
	float: left;
	padding: 0;
}
#pane1 {
	display:block;
	height:176px !important;
	padding:0;
	_overflow: hidden;
}

a.jScrollArrowLeft {
	background:transparent url(../img/scroll-row-l.png) no-repeat scroll 0 0;
	display:block;
	height:19px;
	width:25px !important;
}
a.jScrollArrowLeft:hover {
	/*opacity:0.8;*/
}
a.jScrollArrowRight {
	background:transparent url(../img/scroll-row-r.png) no-repeat scroll 0 0;
	display:block;
	height:19px;
	width:25px  !important;
}
a.jScrollArrowRight:hover {
	/*opacity:0.8;*/
}
a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
	/*opacity:0.6;*/
}

.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}

