@charset "utf-8";

/* CSS Document */

.cycle_arrows {
	width: 15px;
	height: 92px;
	margin-top: 10px;
}

.next_homepage_sider {
	float: left;
	padding: 0 8px 0 0;
}

.prev_homepage_sider {
	float: right;
}

.arrows_named {
	height: 31px;
	margin: 5px 0;
}

#slideshow_con {
	width: 650px;
	overflow: auto;
	padding: 20px 20px;
	margin: 10px auto;
	background: #e7e7e8;
}

#slideshow_con div.cycle-slideshow {
	width: 650px;
	min-height: 254px;
	margin: 0 auto;
}

#slideshow_con div.cycle-slideshow h2,
#slideshow_con div.cycle-slideshow h3,
#slideshow_con div.cycle-slideshow h4,
#slideshow_con div.cycle-slideshow h2 a,
#slideshow_con div.cycle-slideshow h3 a,
#slideshow_con div.cycle-slideshow h4 a {
	color: #06224f;
	border-bottom: none;
}

#slideshow_con div.cycle-slideshow h2 a:hover,
#slideshow_con div.cycle-slideshow h3 a:hover,
#slideshow_con div.cycle-slideshow h4 a:hover {
	color: #534D71 !important;
	text-decoration: underline;
}

#slideshow_con div.cycle-slideshow div.slides {
	width: 650px;
	height: 254px;
}


/*****Navbuttons*****/

div.widget_slideshow_pager {
	text-align: right;
}

div.widget_slideshow_pager a.homepage_slider_button {
	background: transparent url('images/site/slider/slide_change.png') no-repeat center top;
	width: 15px;
	height: 15px;
	display: inline-block;
}

div.widget_slideshow_pager a.homepage_slider_button.activeSlide:hover,
div.widget_slideshow_pager a.homepage_slider_button.activeSlide {
	background: transparent url('images/site/slider/slide_change_selected.png') no-repeat center top;
	cursor: default;
}

div.widget_slideshow_pager a.homepage_slider_button:hover {
	background: transparent url('images/site/slider/slide_change_selected.png') no-repeat center top;
}

/****Arrows****/

#slideshow_con #next_homepage_sider .arrow {
	width: 22px;
	height: 91px;
	background: transparent url('images/site/next.png') no-repeat center top;
	cursor:pointer;
	float: right;
}
    
#slideshow_con #prev_homepage_sider .arrow {
	width: 22px;
	height: 91px;
	background: transparent url('images/site/previous.png') no-repeat center top;    
	cursor:pointer;
	float: left;
}
