/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized

	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License

*/

html, body{ 
	margin: 0;
	padding: 0;
	height: 100%;
}

html { 
	background: #4a2818 url(../images/3.png) repeat; 
} 


body {
	font: normal 87% 'Arial', 'Helvetica', sans-serif;
	line-height:150%;
	color:#cf804f;
	background:transparent url(../images/body_light.png) center top no-repeat;
	background-attachment: fixed;

}

	
html>body { min-height:100%; height:auto; } 

.topd {
	position:relative;
	background: url(../images/topdivider.png) no-repeat center top;
	margin:0 auto;
	width: 100%;
	height: 17px;
	border:0;
	outline:0;
	
	
}

.bottomd {
	position: relative;
	background: url(../images/bottomdivider.png) no-repeat center top;
	margin:0 auto;
	width: 100%;
	height: 24px;
	margin-top:0px;
	border:0;
	outline:0;
	
	
}
.aligncenter{text-align:center;}
#logo {
	position:relative;
	width: 730px;
	margin:0 auto;

}
.img{
    padding: 0px  10px 1px 10px;
}
#logo h1 {
	font-size: 35px;
	font-family: 'Pinyon Script', 'Georgia', cursive;
	text-transform: none;
    color: #fff;
    padding: 2px 10px 2px 10px;
}
#logo h2 {
	font-size: 18px;
	font-family: 'Pinyon Script', 'Georgia', cursive;
	text-transform: none;
    padding: 1px 10px 10px 10px;
}
#logo h3 {
	font-size: 15px;
	font-family: 'Pinyon Script', 'Georgia', cursive;
	text-transform: none;
    padding: 1px 10px 10px 10px;
}
#body {
	position:relative;
	width: 785px;
	margin:0 auto;

}
.shadow {	text-shadow:1px 1px 1px #000; 
	 	}/*<-- edit the color you wish to use in your shadows */
	
.ca-nav span {
    cursor: pointer;
    height: 38px;
    opacity: 0.7;
    position: absolute;
    text-indent: -9000px;
    width: 25px;
    z-index: 100;
}
.ca-nav span.ca-nav-next {
    background: url("http://siakad.stkipmsampit.ac.id/css-js-menu_siakad_new/images/arrow-right.png") no-repeat scroll right top transparent;
    left: auto; 
}

.ca-nav span.ca-nav-prev {
    background: url("http://siakad.stkipmsampit.ac.id/css-js-menu_siakad_new/images/arrow-left.png") no-repeat scroll left top transparent;
}

.ca-nav span:hover {
    opacity: 1;
}
*{
margin:0px;
}
#header
{ height:197px;
width:100%;
background-image: url(http://siakad.stkipmsampit.ac.id/css-js-menu_siakad_new/images/top.png);
}
#prevslide, #nextslide{  height:47px; width:46px; margin-top:-67px; opacity:0.85; border: 0 none; }
					#prevslide{ left:340px; background:url('../images/left.png') no-repeat; }
					#nextslide{ right:340px; background:url('../images/right.png') no-repeat; }
						#prevslide:active, #nextslide:active{ margin-top:-19px; }
						#prevslide:hover, #nextslide:hover{ cursor:pointer; }
#tengah1, #tengah2{  height:47px; width:200px; margin-top:-67px; opacity:0.85; border: 0 none; }
					#tengah1{ right:340px; background:url('../images/panduan-pe.png') no-repeat; }
					#tengah2{ right:340px; background:url('../images/pmb.png') no-repeat; }
						#tengah1:active, #tengah2:active{ margin-top:-19px; }
						#tengah1:hover, #tengah2:hover{ cursor:pointer; }
#footer
{ height:45px;
width:100%;
background-image: url(http://siakad.stkipmsampit.ac.id/css-js-menu_siakad_new/images/fo.png); box-shadow: 0 0 9px rgba(0, 0, 0, 0.9);
}