



/* GALLERY */


#g1slider {
	position:center;
    	width: 448px;
    	height: 336px;
 	border-radius: 10px;
	background: #fff;
	clear: left;
	
}
#g1slider img {
	position:center;
	width: 448px;
	height:336px;
	top:10px;
	left:50px;
	margin-left:-20px;
	border-radius: 10px;
	display:allow;
}

#g2slider {
	position:center;
    	width: 448px;
    	height: 336px;
 	border-radius: 10px;
	background: #fff;
	clear: left;
	
}
#g2slider img {
	position:center;
	width: 448px;
	height:336px;
	top:10px;
	left:50px;
	margin-top: 40px;
	margin-left:-20px;
	border-radius: 10px;
	display:allow;
}




#g3slider {
	position:center;
    	width: 448px;
    	height: 252px;
 	border-radius: 10px;
	background: #fff;
	clear: left;
	
}
#g3slider img {
	position:center;
	width: 448px;
	height:252px;
	top:10px;
	left:50px;
	margin-top: 10px;
	margin-left:20px;
	border-radius: 10px;
	display:allow;
}


#g4slider {
	position:center;
    	width: 448px;
    	height: 252px;
 	border-radius: 10px;
	background: #fff;
	clear: left;
	
}
#g4slider img {
	position:center;
	width: 448px;
	height:252px;
	top:10px;
	left:50px;
	margin-top: 40px;
	margin-left:20px;
	border-radius: 10px;
	display:allow;
}


#gallink
{
    color:black;
    margin-top: 25px;
    margin-left: 70px;
    font-size: 14px;
    text-decoration: blink;
    text-align: center;
}



/* END OF GALLERY */


#gallerytable
{
    margin-left: 50px;
    width: 900px;
    height: 550px;
    border: 2px;
    border-color: blue;
    border-bottom-style: double;
    
}

#mydettab {
       border-color: #151617;
       color:black;
       width: 850px;
       height: 200px;
       margin-top:30px;
       background-color:white;
       text-align: center;

}




#mydettab th {
             border-color: black;
             border-style: solid;
             border-width: thin;
             color:#151617;
             height:40px;
             text-align: center;
             
         
}



#mydettab td {
             border-color: black;
             border-style: solid;
             border-width: thin;
             color:#010101;
             text-align: center;
             padding: 15px 30px;
         
}

#mydettab td a
{
                 text-decoration: none;

}

#img-fun
{
animation: blink 1s;
animation-iteration-count: infinite;
}


#pitable
{
    width: 650px;
    border: 3px;
    border-color: black;
    border-width: 2px;
    border-style: solid dotted double;
    margin-left: -20px;
    font-size: 15px;
    padding: 8px 10px;
    
}

#pitable th
{
    border-color: black;
    border-width: 2px;
    border-style: solid dotted double;
    text-align: center;font-size: 15px;
    padding: 8px 10px;
}

#pitable tr
{
    border-color: black;
    border-width: 2px;
    border-style: solid dotted double;
    font-size: 15px;
    padding: 8px 10px;
}

#pitable td
{
    border-color: black;
    border-width: 2px;
    border-style: solid dotted double;
    font-size: 15px;
    padding: 8px 10px;
}