@charset "UTF-8";


/* WebDesignAndSuch.com Demo */

/* demo page styles */


#container {
	width: 780px;  
	background:#fff;
	margin: 0 auto; 
	-webkit-box-shadow: 0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	height:720px
}
#content {padding: 0 20px; }

.imageOuter img {border:0px; margin:10px 10px; padding:6px; border:solid 1px #b8b8b8}

/*a:link, a:visited {color:#88b0dc; text-decoration:none}
a:hover, a:active {color:#CC5500; text-decoration:none}*/

.info {width:800px; margin:0 auto; color:#666; margin-top:50px; text-align:center; font-size:12px; padding-bottom:25px;}
.info a:link, .info a:visited {color:#ccc}
.info a:hover, .info a:active {color:#fff}

h2 {font-size:22px; color:#369; text-align:center}
.content {margin:40px 0 0 0; }

.imageOuter {width:100%; float:left; margin:0px }



/* demo specific styles */


/* jquery-method */

span.roll {
    background:url(../../Malavika%20Anand/modify/images/mag.png) center center no-repeat #000;
    height: 180px;
    position: absolute;
    width: 240px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
	margin:12px;
} 
 
 
 






/* css-method */


span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../../Malavika%20Anand/modify/images/mag.png) center center no-repeat #000;
	cursor: pointer;
	height:240px;
	width: 180px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.rollover:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}












