#slideshow {
	width : 800px;
	height : 400px;
	margin : 30px;
	background-color : rgb(159, 199, 28);
	background-image : url('../../images/slide_back.png');
	-webkit-box-shadow: 1px 1px 65px 2px rgba(0,0,0,1);
	-moz-box-shadow: 1px 1px 65px 2px rgba(0,0,0,1);
	box-shadow: 1px 1px 65px 2px rgba(0,0,0,1);
	border-radius : 20px;
	overflow : hidden;
}


.slides {
	display : none;
	width : 100%;
}

.images {
	padding : 10px;
	margin-top : 30px;
	float: right;
	height: 80px;
	width : 500px;
}

.images img {
	width : 100px;
	height: 100px;
}

#slide1 img {
	width : 80px;
	height: 80px;
}

#slide7 img {
	width : 80px;
	height: 80px;
} 

#slide3 img {
	width : 128px;
	height: 128px;
}

.text {
	padding : 30px;
	margin-top : 30px;
	float: right;
	background-color: #000;
	width : 675px;
	height : 140px;
	border-radius : 20px;
	color : #fff;
	font-family : "Open Sans", "Helvetica", "Arial", "FreeSans", "Verdana", "Tahoma", "Lucida Sans", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	font-size : 18px;
	line-height : 25px;
}

.text .headsec {
	background-color : #fff;
	color : #000;
	padding : 5px;
	padding-left : 30px;
	padding-right : 30px;
	top: -67px;
	position : relative;
	border-radius :  30px 30px 0px 0px;
	display: inline-block;
	border: 2px solid #555;
	border-bottom : 0px;
}

.text .contsec {
	margin-top : -40px;
	text-align : justify;
}

.download_panel {
	width: 85%;
	min-width : 100px;
	height : 280px;
	padding : 10px;
	margin-top : 30px;
	background: rgb(0, 0, 20) url('../../images/down_back.png') repeat-x;
	-webkit-box-shadow: 1px 1px 65px 2px rgba(0,0,0,1);
	-moz-box-shadow: 1px 1px 65px 2px rgba(0,0,0,1);
	box-shadow: 1px 1px 65px 2px rgba(0,0,0,1);
	border-radius : 20px;
	color: #fff; 
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	text-align: center;
}

.down_btn {
	width : 80%;
	color: #fff; 
	text-shadow: black 0.1em 0.1em 0.2em;
	padding : 10px;
	cursor : pointer;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	border-radius: 4px;
	border: 1px solid rgb(200,80,10);
	margin: 0 auto;
	text-align: center;
	background : rgb(250,120,20) url('../../images/down_back.png') repeat-x;
	margin-top: 10px;
}

.subject{
	font-size: 11px;
	font-family : "Open Sans", "Helvetica", "Arial", "FreeSans", "Verdana", "Tahoma", "Lucida Sans", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	line-height : 25px;
}

#nedil_dev_down {
	background-color : rgb(125,60,10);
	border: 1px solid rgb(100,40,5);
}

#nedil_dev_down:hover {
	background-color : rgb(160,100,30);
}

.down_btn:hover {
	background-color : rgb(240,160,20);
}
