@charset "utf-8";
/* CSS Slider */
#slider1_container{
	position: relative;
	margin: 0 auto; top: 0px; left: 0px;
	width: 980px;
	height: 400px;
	-webkit-border-radius: 6px;
border-radius: 6px;
	background: rgba(8,187,252,0.42);
background: -moz-linear-gradient(-45deg, rgba(8,187,252,0.42) 0%, rgba(246,246,246,0.4) 28%, rgba(255,255,255,0.39) 55%, rgba(255,255,255,0.36) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(8,187,252,0.42)), color-stop(28%, rgba(246,246,246,0.4)), color-stop(55%, rgba(255,255,255,0.39)), color-stop(100%, rgba(255,255,255,0.36)));
background: -webkit-linear-gradient(-45deg, rgba(8,187,252,0.42) 0%, rgba(246,246,246,0.4) 28%, rgba(255,255,255,0.39) 55%, rgba(255,255,255,0.36) 100%);
background: -o-linear-gradient(-45deg, rgba(8,187,252,0.42) 0%, rgba(246,246,246,0.4) 28%, rgba(255,255,255,0.39) 55%, rgba(255,255,255,0.36) 100%);
background: -ms-linear-gradient(-45deg, rgba(8,187,252,0.42) 0%, rgba(246,246,246,0.4) 28%, rgba(255,255,255,0.39) 55%, rgba(255,255,255,0.36) 100%);
background: linear-gradient(135deg, rgba(8,187,252,0.42) 0%, rgba(246,246,246,0.4) 28%, rgba(255,255,255,0.39) 55%, rgba(255,255,255,0.36) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08bbfc', endColorstr='#ffffff', GradientType=1 );
}
