
.slide_show_container {	
	width:100%;
	border-bottom:3px solid #aaa;
}
.da-slider {
	width:700px;
	height:180px;
	position:relative;
	display:block;
	float:left;
	overflow:hidden;
	border:4px solid #efefef;
}

.da-img a{display:block; width:100%; text-decoration:none;}
.da-img{ opacity:0;}
.on{ opacity:1;}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	width: 28px;
	height: 38px;
	margin-top: -19px;
	display: inline-block;
	opacity: 0;
	cursor: pointer;
	z-index: 10;
	background: transparent url(../../_images/2013/arrows.png) no-repeat;
	-webkit-transition: opacity linear 0.3s;
    -moz-transition: opacity linear 0.3s;
    -o-transition: opacity linear 0.3s;
    -ms-transition: opacity linear 0.3s;
    transition: opacity linear 0.3s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
	display: block;
	background-position: top left;
}
.da-arrows span.da-arrows-next{
	right: 15px;
	display: block;
	background-position: top right;
}


.da-dots {
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 0px;
	z-index: 20;
}
.da-dots span {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ccc;
	margin: 3px;
	cursor: pointer;
}
.da-dots span.da-dots-current:after { /*active*/
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
}


/*Homepage Youtube content*/
.YoutubeDiv {
	width:294px;
	display:block;
	float:left;
}