body{
	margin:0px;
	padding:0px;
	background-image:url("bg3.jpg");
	background-size: 100%;
	background-attachment:fixed;
}
#top{
	font-variant:small-caps;
	text-align:center;
	background: #60743b;
}
button{
	width:125px;
	height:50px;
	color:white;
	border:1px solid #F8BE21;
	border-radius:5px;
	background: linear-gradient(#ffcd4f, #F8BE21);
}
button:active{
	width:125px;
	height:50px;
	color:white;
	border:1px solid #F8BE21;
	border-radius:5px;
	background: linear-gradient(#ffcd4f, #F8BE21);
	
}
h1{
	font-weight:200;
	margin:0px;
	padding:10px;
	padding-top:20px;
	font-size:50px;
	color:white;
}
.tab{
	font-weight:100;
	display:inline-block;
	width:185px;
	text-align:center;
	height:40px;
	font-size:27px;
	text-decoration:none;
	color:#595959;
	margin:0px;
	padding-top:7px;
	transition:0.5s;
}
.tab:hover{
	color:#ce0a00;
}
#holder{
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	background-color:white;
	height:100%;
	box-shadow:0px 0px 3px black
}
#content{
	padding:10px;
}
h2{
	font-family: sans-serif;
	font-weight:200;
	font-size:30px;
	margin-bottom:10px;
	margin-top:10px;
}
#sculpImg{
}

#previous, #next{
	background-color:#dfeaf1;
	font-size:25px;
	transition:1s;
	width:150px;
	padding:0px;
	margin:0px;
	text-align:center;
	cursor:pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
	
}
#previous:hover >.transbox, #next:hover>.transbox{
	background-color:#ce0a00;
	transition:.5s;
	opacity:1;
}
#centerimg{
	margin:auto;
	display:block;
}
.transbox{
	background-color:#dfeaf1;
	transition:.5s;
	opacity:.7;
	font-size:100px;
}
a{
	color:black;
}
.ico{
	height:300px;
}
.sculp{
	float:left;
	margin:2px;
}
#content{
	overflow:auto;
}
#picli{
	cursor:pointer;
}
td{
	vertical-align:text-top;
}
th{
	vertical-align:text-top;
}
th>img{
 max-width:200px;	
}
.pr{
	text-align:left;
}
.ar{
	text-align:right;
}
#tabholder{
	background-color:#f9e9cf; 
	border:1px solid #eaeaea
}
#topimg{
	position:relative;
	top:-7px;
}