@charset "utf-8";
/* CSS Document */
.magnifyarea{ /* CSS to add shadow to magnified image. Optional */
/*box-shadow: 5px 5px 7px #818181;
-webkit-box-shadow: 5px 5px 7px #818181;
-moz-box-shadow: 5px 5px 7px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
background: white;*/
}

    a.x {
    width: 135px;
    height: 42px;
    color: #000000;
    padding: 10px;
	padding-left:10px;
    text-decoration:none;
    display: block;
    font-weight: bold;
    background-image : url(../images/geri.png);
    background-repeat: no-repeat;
    }

    a.x:hover {
    width: 135px;
    height: 42px;
    color: #FFFFFF;
    padding: 10px;
	padding-left:10px;
    font-weight: bold;
    text-decoration:none;
    display: block;
    background-image : url(../images/geri_hover.png);
    background-repeat: no-repeat;
    }
	
	a.y {
    width: 44px;
    height: 42px;
    color: #000000;
    padding: 10px;
    text-decoration:none;
    display: block;
    font-weight: bold;
    background-image : url(../images/ileri.png);
    background-repeat: no-repeat;
    }

    a.y:hover {
    width: 44px;
    height: 42px;
    color: #FFFFFF;
    padding: 10px;
    font-weight: bold;
    text-decoration:none;
    display: block;
    background-image : url(../images/ileri_hover.png);
    background-repeat: no-repeat;
    }

 	a.z {
	width: 16px;
	height: 19px;
	color: #000000;
	padding: 10px;
	text-decoration:none;
	display: block;
	font-weight: bold;
	background-image : url(../images/zoom_out.png);
	background-repeat: no-repeat;
    }

    a.z:hover {
    width: 34px;
    height: 34px;
    color: #FFFFFF;
    padding: 10px;
    font-weight: bold;
    text-decoration:none;
    display: block;
    background-image : url(../images/zoom_out_hover.png);
    background-repeat: no-repeat;
    }
	
	a.q {
	width: 16px;
	height: 19px;
	color: #000000;
	padding: 10px;
	text-decoration:none;
	display: block;
	font-weight: bold;
	background-image : url(../images/zoom.png);
	background-repeat: no-repeat;
    }

    a.q:hover {
    width: 34px;
    height: 34px;
    color: #FFFFFF;
    padding: 10px;
    font-weight: bold;
    text-decoration:none;
    display: block;
    background-image : url(../images/zoom_hover.png);
    background-repeat: no-repeat;
    }
	a.home {
	width: 14px;
	height: 16px;
	color: #000000;
	padding: 10px;
	padding-left:10px;
	text-decoration:none;
	display: block;
	font-weight: bold;
	background-image : url(../images/home.png);
	background-repeat: no-repeat;
    }

    a.home:hover {
    width: 34px;
    height: 34px;
    color: #FFFFFF;
    padding: 10px;
	padding-left:10px;
    font-weight: bold;
    text-decoration:none;
    display: block;
    background-image : url(../images/home_hover.png);
    background-repeat: no-repeat;
    }
	
.transparent
{
   filter:alpha(opacity=40); 
   -moz-opacity: 0.4; 
   opacity: 0.4; 
}
