/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	height: 240px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	margin:0;
	padding:0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 5px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fba4c1;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #de094f;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -35px;
	display: block;
	text-align: center;
	background-image: url(img/sign.fw.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.bx-wrapper .bx-next {
	right: -35px;
	display: block;
	text-align: center;
	background-image: url(img/sign.fw.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.bx-wrapper .bx-prev:hover {
}

.bx-wrapper .bx-next:hover {
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	height: 220px;
	top: 0;
	text-decoration: none;
	line-height: 220px;
	font-size: 15px;
	color: #FFFFFF;
	z-index: 9999;
	background-color: #009ED3;
	width: 30px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bxslider{
  overflow: hidden;
  height:240px;
  margin:0;
  padding:0;
}
#slide_space{
	width: 710px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#slide_space .bxslider li a{
	text-align: center;
	width: 120px;
	display: block;
	text-decoration: none;
}
#slide_space .bxslider li a h6 {
	margin: 0px;
}
#slide_space .bxslider li a span {
	line-height: 30px;
	display: block;
	padding: 0px;
	height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#slide_space .bxslider li a .a {
	background-color: #e5f4fb;
	color: #009ED3;
}
#slide_space .bxslider li a .b {
	background-color: #F4DC71;
	color: #333333;
}
#slide_space .bxslider li a .c {
	background-color: #EDC0F7;
	color: #330099;
}
#slide_space .bxslider li a .ct {
	background-color: #545f92;
	color: #ffffff;
}



#container #contentsBox #indexleftBox #slide_space .bxslider li a img {
	border: 1px solid #CCC;
}
