/* Style sheet for Texas A&M Admissions  last edited 3/14/06
------------------------------------------------------------------*/

/* New and specific to Registrar Site
------------------------------------------------------------------*/
/* reg pods added 10-13 - ab*/

.frequent_pod {


background-image:url(../images/banner/faqback.jpg);
background-repeat:no-repeat;
background-position:bottom right;
text-align:right;
padding:0px 0px 0px 0px;
}
.button-link {
	background-color: #e7e7e7; /* Light gray background */
	color: black; /* Text color */
	padding: 10px 20px; /* Spacing inside the button */
	border: 1px solid #ccc; /* Subtle border */
	border-radius: 4px; /* Rounded corners */
	/* Text styling */
	text-decoration: none; /* Remove underline */
	font-family: sans-serif; /* Match button font */
	font-size: 14px;
	/* Display behavior */
	display: inline-block; /* Allows padding/margin to work correctly */
	cursor: pointer; /* Pointer on hover */
	/* Optional: Smooth transition for hover effects */
	transition: background-color 0.3s;
}

	/* Hover/Active states */
	.button-link:hover {
		background-color: #d7d7d7; /* Slightly darker gray on hover */
	}

.frequent_pod ul li a { 
		color: #000; 
		text-decoration: none; 
		}
.frequent_pod ul li a:link {
 		color: #000;
		text-decoration:none;
		}
		
.frequent_pod ul li a:visited {
		color: #000;
		text-decoration:none;
		}
		
.frequent_pod ul li a:hover {
		color:#990000;
		text-decoration:none;
		}

.frequent_pod ul {


}
.frequent_pod li {
list-style:none;
width:184px;
text-align:left;
}

.grad_pod {
}

.transcript_pod {
}
.registration_pod {
}


.reg_header1 {
	color: #500000;
	font-size: 45px;
	font-family: 'Oswald';
}

.header6 { color: #ffffff; font-size: 10px; font-weight: bold; line-height: 12px; background-color: #933; text-align: center; margin-top: 20px; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #555; border-bottom: 1px solid #555; border-right-width: 0; border-left-width: 0; }


.reg_announcements {
color:#ffffff;
font-size:16px;
background-image:none;
width:320px;
font-weight:bold;
padding: 100px 0px 30px 400px;
line-height:20px;
}

.hey {
text-indent:10px;
font-weight:normal;}

.registrar_content {
padding: 15px 0px 10px 10px;
}

.registrar_content a { 
		font-size: 12px; 
		color: #000; 
		text-decoration: none; 
		}
.registrar_content a:link {
 		color: #000;
		text-decoration:none;
		font-size: 12px;
		}
		
.registrar_content a:visited {
		color: #000;
		text-decoration:none;
		font-size: 12px;
		}
		
.registrar_content a:hover {
		color:#990000;
		text-decoration:none;
		font-size: 12px;
		}


.alt_row{
background-color:#F2F2F2}

.reg_header1 {
	color: #500000;
	font-size: 45px;
	font-family: 'Oswald';
}


.regtabs {
border-left-color:#CCCCCC;
border-left-style:solid;
border-left-width:1px;
color:#000;
font-size:12px;
vertical-align:top;
}

.regtabs ul  {
padding: 0px 0px 10px 10px;
list-style:none;
}

.regtoptab {
padding: 0px 0px 0px 0px;
}

.regtabs ul li  {
line-height:18px;
}


.regtabs a { 
		font-size: 12px; 
		color: #000; 
		text-decoration: none; 
		}
.regtabs a:link {
 		color: #000;
		text-decoration:none;
		font-size: 12px;
		}
		
.regtabs a:visited {
		color: #000;
		text-decoration:none;
		font-size: 12px;
		}
		
.regtabs a:hover {
		color:#990000;
		text-decoration:none;
		font-size: 12px;
		}





/* Global
------------------------------------------------------------------*/
/* Strips pre-defined definitions     */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}

body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: "Open Sans", verdana, arial, helvetica, sans-serif;
		color: #ffffff;
		background-color: #ffffff;
		text-align: left;	
		}


p {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding: 0px 0px
}

h1 {
	margin: 0 0 30px;
	font-size: 21px;
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
	color: #993333;
}
	
h2 {
		font-size: 16px;
		line-height: 22px;	
		}


h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #993333;
	font-family: "Open Sans", verdana,arial,sans-serif;
}
	
h4 {
		font-size: 12px;
		line-height: 22px;
		font-weight: bold;
		}
		
h5 {
		font-size: 10px;
		line-height: 16px;
		font-weight: bold;
		}
	
h6 {
		font-size: 11px;
		line-height: 18px;
		font-weight: bold;
		}
		
img {
		border: 0px;
		}

table {
		margin: 0px;
		padding: 0px;
		}
td {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	vertical-align: top;
}


/* container
------------------------------------------------------------------*/
.wrapper {
		width: 750px; 
		margin: 0 auto; 
		}
		
/* Upper Menu
------------------------------------------------------------------*/
		
 a.upper:link {
 		color: #000000;
		text-decoration:none;
		font-size: 10px;
		}
		
a.upper:visited {
		color: #000000;
		text-decoration:none;
		font-size: 10px;
		}
		
a.upper:hover {
		color: #555555;
		text-decoration:none;
		font-size: 10px;
		}
			
.upper {
		padding-bottom: 1px;
		font-size: 8px;
		}



/* header
------------------------------------------------------------------*/
.header {
		background-color: #8c2633;
		position: relative; 
		text-align: left;
		}
		
.headerimage {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	background: #ffffff;
	width: 750px;
	height: 48px;
}

		
/* main menu
------------------------------------------------------------------*/
		
.menu { color: #fff; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: transparent; text-decoration: none; text-indent: 5px; position: relative; padding-top:6px; padding-bottom: 6px; margin: 0; border-bottom: 1px solid #ffffff; }
.menu a:link { color: #fff; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background-color: transparent; text-indent: 5px; margin: 0; padding-top: 6px; padding-bottom: 6px; position: relative; border-bottom: 1px solid #ffffff; }
.menu a:visited { color: #fff; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background-color: transparent; text-indent: 5px; margin: 0; padding-top: 6px; padding-bottom: 6px; position: relative; border-bottom: 1px solid #ffffff; }
.menu a:hover { color: #c0c0c0; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background-color: transparent; text-indent: 5px; margin: 0; padding-top: 6px; padding-bottom: 6px; position: relative; border-bottom: 1px solid #ffffff; }
.menu a:active { color: #fff; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background-color: transparent; text-indent: 5px; margin: 0; padding-top: 6px; padding-bottom: 6px; position: relative; border-bottom: 1px solid #ffffff; }
.go {
	font-family: "Open Sans", verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 9px;
}
	
	
.search {
		position:absolute; 
		top:1px; 
		left:610px;
		}	
		
a.top:link {
		color: #ffffff;
		text-decoration:none;
		font-size: 12px;
		}

a.top:visited {
		color: #ffffff;
		text-decoration:none;
		font-size: 12px;
		}

a.top:hover {
		color: #c1c1c1;
		text-decoration:none;
		font-size: 12px;
		}
		
/* banner image
------------------------------------------------------------------*/
.banner {
		background-color:#000;
		background-image:url(../images/banner/redux.jpg);
		background-repeat:no-repeat;
		border-bottom-color:#fff; 
		border-bottom-width: 1px; 
		border-bottom-style: solid;
		padding: 0; 
		 }
/*.banner img {display: block;}   */
		
		

/* breadcrumb menu
------------------------------------------------------------------*/

.breadcrumb {
	background-image: url(../images/breadcrumb_bar.jpg);
	background-repeat: no-repeat;
	width: 750px;
	font-family: "Open Sans", "Verdana",Arial,san-serif;
	font-size: 10px;
	height: 32px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
		
.breadmenu {
	position:absolute;
	padding:2px;
	width: 480px;
		}


.breadmenu a {
		font-weight: bold; 
		font-size: 10px; 
		color: #fff; 
		text-decoration: none; 
		}
.breadmenu a:link {
 		color: #ffffff;
		text-decoration:none;
		font-size: 10px;
		}
		
.breadmenu a:visited {
		color: #ffffff;
		text-decoration:none;
		font-size: 10px;
		}
		
.breadmenu a:hover {
		color: #c1c1c1;
		text-decoration:none;
		font-size: 10px;
		}			


		
.contact {
		position: absolute;
		left: 509px;
		top:8px;
		padding:2px;
		overflow: hidden;
		}
		
.contact a {
		font-weight: bold; 
		font-size: 10px; 
		color: #fff; 
		text-decoration: none; 
		}
.contact a:link {
 		color: #ffffff;
		text-decoration:none;
		font-size: 10px;
		}
		
.contact a:visited {
		color: #ffffff;
		text-decoration:none;
		font-size: 10px;
		}
		
.contact a:hover {
		color: #c1c1c1;
		text-decoration:none;
		font-size: 10px;
		}						



/* main area
------------------------------------------------------------------*/
.main{
		background-color: transparent;
		background-image: none;
		background-repeat: repeat-y;
		position: relative; 
		padding: 0; 
		color: #000;
		}

.main p {

		left:250px;}

/* leftsidebar
------------------------------------------------------------------*/
.leftbar {
		width:210px;
		padding: 0px 0px 0px 0px;
		margin:0;
		background-color: #666666;
		
		}
		
.leftpadding { padding-bottom: 10px; padding-left:15px; }

.seal	 {
			text-align: center;
			padding: 0px 0px 0px 0px;
			}

		
.menutitle { font-size: 12px; 
font-weight: bold; 
color:#fff; 
line-height: 20px; 
background-color: #333333; 
text-align: center; 
margin: 0 0 5px; 
padding: 1em; 
}

.leftbar ul {
		list-style-type: none;
		font-size:10px;
		font-weight: bold;
		color: #fff;
		}

.leftbar li {
		padding:0px 0px 5px 0px;
		
		}



.leftbar p {
		font-weight: bold;
		font-size: 10px;
		color: #fff;
		
		}
.leftbar a {
		font-weight: bold; 
		font-size: 10px; 
		color: #fff; 
		text-decoration: none; 
		}
.leftbar a:link {
 		color: #ffffff;
		text-decoration:none;
		font-size: 10px;
		}
		
.leftbar a:visited {
		color: #ffffff;
		text-decoration:none;
		font-size: 10px;
		}
		
.leftbar a:hover {
		color: #c1c1c1;
		text-decoration:none;
		font-size: 10px;
		}			
		
.apps {
		padding-top: 10px;
		}	
		
.resources {
		padding: 5px 0px 0px 25px;
		font-weight: normal;
		}


/* sub nav 	*/

div.subnav	{
	height: 79px;  /* fixed 	*/
	width: 540px;    /* fixed 	*/
	margin: 0 0 0 0px;
	padding: 0px 0px 15px 0px;
	border: 0;
	background: transparent;
	}

div.subnav ul.submenu	{
	height: 79px;
	width: 540px;
	background: transparent url(../images/subnav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div.subnav ul.submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul.submenu li, ul.submenu a {
	height: 79px;
	display: block;
	}


	
div.subnav ul.submenu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
.subapply	{left: 0; width: 161px;}
.subfaid	{left: 162px; width: 148px;}
.subhousing	{left: 309px; width: 108px;}
.subcampuslife {left: 417px; width: 126px;}


.subapply a:hover	{background: transparent url(../images/subnav.gif) 0 -79px no-repeat;}
.subfaid a:hover {background: transparent url(../images/subnav.gif) -162px -79px no-repeat;}
.subhousing a:hover {background: transparent url(../images/subnav.gif) -309px -79px no-repeat;}
.subcampuslife a:hover {background: transparent url(../images/subnav.gif) -417px -79px no-repeat;}


/* content
------------------------------------------------------------------*/

.rightcontent {
		
		padding: 20px 0 20px 25px;
		background-color: transparent;
		 
		}
	
.rightcontentFix {
		
		padding: 0px 0px 30px 0px;
		background-color: transparent;
		 
		}	
	
	
	
.welcome_area { padding:0 25px 0 0; font-size: 10px; width: 280px; float: left; }
.welcome_areaFix { font-size: 10px; padding: 0 25px; width: 20px; float: left; }
.welcome_area p {
		font-size: 10px;
		text-align: left;
		padding-bottom: 13px;
		}	
		
.faq {
		width: 240px;
		color:#333333;
		font-size: 10px;
		padding-bottom: 20px;
		float:left;
		}

.rightcontent ul { 
	list-style-type: disc; 
	font-size:10px; 
	line-height: 16px; 
	color: #333333; 
	margin-top: 5px; 
	margin-left: 10px; 
	}

.rightcontent ol { 
		padding: 8px 0px 4px 0px;
		font-size:10px; 
		line-height: 16px; 
		color: #333333; 
		margin-left: 30px; 
		display: block; 
		}
/* replaced these
   font-size:10px; 
   font-weight:bold;  */		

.rightcontent li {
		padding: 0px 0px 4px 0px;
		
		}


.rightcontent p, .rightcontent ol li ul{
		
		font-size: 10px;
		line-height: 16px;
		color: #333333;
		
		}
.rightcontent a, .rightcontent li a, .rightcontent ul a {
		font-weight: bold; 
		font-size: 10px; 
		color: #993333; 
		text-decoration: none; 
		}
.rightcontent a:link, .rightcontent li a:link, .rightcontent ul a:link {
 		color: #993333;
		text-decoration:none;
		font-size: 10px;
		}
		
.rightcontent a:visited, .rightcontent li a:visted, .rightcontent ul a:visited {
		color: #333333;
		text-decoration:none;
		font-size: 10px;
		}
		
.rightcontent a:hover, .rightcontent li a:hover, .rightcontent ul a:hover {
		color: #c1c1c1;
		text-decoration:none;
		font-size: 10px;
		}		
.rightcontent td { font-size: 10px; line-height: 14px; }
.rightcontent table { padding-top: 10px; }		



/* for index right_content*/
.rightcontentFix ul { 
	list-style-type: disc; 
	font-size:10px; 
	line-height: 16px; 
	color: #333333; 
	margin-top: 5px; 
	margin-left: 10px; 
	}

.rightcontentFix ol { 
		padding: 8px 0px 4px 0px;
		font-size:10px; 
		line-height: 16px; 
		color: #333333; 
		margin-left: 30px; 
		display: block; 
		}

.rightcontentFix li {
		padding: 0px 0px 4px 0px;
		
		}


.rightcontentFix p, .rightcontentFix ol li ul{
		
		font-size: 10px;
		line-height: 16px;
		color: #333333;
		
		}
.rightcontentFix a, .rightcontentFix li a, .rightcontentFix ul a {
		font-weight: bold; 
		font-size: 10px; 
		color: #993333; 
		text-decoration: none; 
		}
.rightcontentFix a:link, .rightcontentFix li a:link, .rightcontentFix ul a:link {
 		color: #993333;
		text-decoration:none;
		font-size: 10px;
		}
		
.rightcontentFix a:visited, .rightcontentFix li a:visted, .rightcontentFix ul a:visited {
		color: #333333;
		text-decoration:none;
		font-size: 10px;
		}
		
.rightcontentFix a:hover, .rightcontentFix li a:hover, .rightcontentFix ul a:hover {
		color: #c1c1c1;
		text-decoration:none;
		font-size: 10px;
		}		
.rightcontentFix td { font-size: 10px; line-height: 14px; }
.rightcontentFix table { padding-top: 10px; }		








.sig {

		padding-bottom: 35px;}	
		
.map {
		text-align: center;
	}

.spotlight {
		position:absolute;
		font-weight:bold;
		color:#fff;
		z-index:2;
		padding:5px 0px 0px 10px;
		}
.facts {
	position:absolute;
	font-weight:bold;
	color:#fff;
	z-index:2;
	padding:5px 0px 0px 10px;
	left: 507px;
	top: 57px;
		}
.majormoments {
	text-align:left;
	width:200px;
	position:absolute;
	left:8px;
	font-weight:bold;
	color:#fff;
	top:8px;
	z-index:3;
	}
	
.major_label {
	text-align:right;
	width:250px;
	position:absolute;
	font-weight:bold;
	color:#FFF;
	top:215px;
	left: -10px;
	}
	
.fishfacts {
	width:210px;
	position:absolute;
	left:10px;
	top:8px;
	font-weight:bold;
	color:#fff;
	z-index:4;
	}
	
.get2know {
	width:200px;
	position:absolute;
	font-weight:bold;
	color:#fff;
	z-index:2;
	left: 14px;
	top:8px;
	}
	
.events_text {
	color:#000;
	width:220px;
	position:absolute;
	top:170px;
	left:10px;
	}
	
.pods { text-align:left; position:relative; left:0; top:0; width:248px; padding-bottom: 20px; }	
	
.pods img {
	text-align:center;
	}	
	
.submenu {
	background-image:url(../images/topmenu.jpg);
	background-repeat:repeat-x;
	width:540px;
	}
	
	



		
.padding {
		padding: 20px 0px 0px 0px;
		text-align:center;
		}		
		
		
.content {
		margin-left:30px;
		width:510px;
		}
/* type treaments
------------------------------------------------------------------*/
.bold11 {
		font-size: 18px;
		line-height: 16px;
		font-weight: bold;
		color:#333333;
		}
.footnote { font-size: 10px; font-style: italic; line-height: 12px; padding-top: 5px; }
.bold_maroon {
		font-size:10px;
		font-weight:bold;
		color:#993333;
		padding: 15px 0px 5px 0px;

		}
		
.header2{
		font-size: 12px;
		font-weight: bold;
		line-height: 16px;
		color:#333333;
		padding: 15px 0px 0px 0px;
		}



.header3{
		font-size: 14px;
		font-weight: bold;
		line-height: 12px;
		color:#333333;
		padding: 8px 0px 5px 0px;
		}
.header4 { color: #ffffff; font-size: 10px; font-weight: bold; line-height: 12px; background-color: #933; margin-top: 20px; padding: 10px 0 10px 15px; border-top: 1px solid #555; border-right-width: 0; border-bottom: 1px solid #555; border-left-width: 0; }
.header5 { 
	color: #ffffff; 
	font-size: 30px;  
	line-height: 40px; 
	background-color: #500000; 
	text-decoration:none;
	padding:0px 0px 2px 0px;
	margin-top:15px;
	text-indent:15px;
	font-family: 'Oswald';
	}


.header5 a:link { 
color: #ffffff; 
font-size: 10px; 
font-weight: bold; 
line-height: 25px; 
background-color: #333; 
text-decoration:none;
display:block;
text-indent:15px;



}

.header5 a:hover { 
	color: #ffffff; 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 25px; 
	display:block;
	background-image:url(../images/graybackground.jpg);
	background-repeat:repeat-x;
	text-indent:15px;
	text-decoration:none;


}

.header5 a:active { 
	color: #ffffff; 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 12px; 
	text-indent:15px;
	text-decoration:none;
 
}

.header5 a:visited { 
color: #ffffff; 
font-size: 10px; 
font-weight: bold; 
line-height: 25px; 
background-color: #333; 
text-decoration:none;
display:block;
text-indent:15px;


}




.search_link{
		font-size:10px;
		font-style: italic;
		color:#993333;
		padding: 2px 0px 10px 0px;

		}
.search_link a:link{
		font-size:10px;
		font-style: italic;
		color:#993333;
		padding: 2px 0px 10px 0px;

		}

.search_link a:hover{
		font-size:10px;
		font-style: italic;
		color:#333333;
		padding: 2px 0px 10px 0px;

		}

.search_link a:active{
		font-size:10px;
		font-style: italic;
		color:#993333;
		padding: 2px 0px 10px 0px;

		}

.search_link a:visited{
		font-size:10px;
		font-style: italic;
		color:#666666;
		padding: 2px 0px 10px 0px;

		}


.search_header{
		font-size:10px;
		font-weight:bold;
		color:#993333;
		padding: 4px 0px 0px 0px;

		}
.search_header a:link{
		font-size:10px;
		font-weight:bold;
		color:#993333;
		padding: 4px 0px 0px 0px;

		}

.search_header a:hover{
		font-size:10px;
		font-weight:bold;
		color:#333333;
		padding: 4px 0px 0px 0px;

		}

.search_header a:active{
		font-size:10px;
		font-weight:bold;
		color:#993333;
		padding: 4px 0px 0px 0px;

		}

.search_header a:visited{
		font-size:10px;
		font-weight:bold;
		color:#666666;
		padding: 4px 0px 0px 0px;

		}




.search_results {
		font-size: 11px;
		font-weight: normal
		line-height: 16px;
		color:#333333;
		}




/* footer
------------------------------------------------------------------*/

.footer {
	background-color: #8c2633;
	vertical-align: middle;
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-bottom: 1px;
	padding-top: 1px;
}
		

		
.clear  {
		clear:both;
	
		}				
.graybar {
		background-color:#666666;
		border-bottom-color: #ffffff;  
		border-bottom-width: 1px; 
		border-bottom-style: solid;
		max-height: 20px;
		margin: 0;
		padding: .5em;
		
		}
		
/* Bottom Menu (under footer)
------------------------------------------------------------------*/
.bottom {
	font-family: "Open Sans", verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

a.bottom:link {color: #ffffff;
		text-decoration:none;
		font-size: 11px;
		vertical-align: middle;
		}
a.bottom:visited {color: #ffffff;
		text-decoration:none;
		vertical-align: middle;
		}
a.bottom:hover {
		color: #000;
		text-decoration:none;
		font-size: 11px;
		vertical-align: middle;
		}

a.bottom2:link {
		color: #000000;
		text-decoration:none;
		font-size: 11px;
		vertical-align: middle;
		}
		
a.bottom2:visited {
		color: #000000;
		text-decoration:none;
		font-size: 11px;
		vertical-align: middle;
		}
		
a.bottom2:hover {
		color: #555555;
		text-decoration:none;
		font-size: 11px;
		vertical-align: middle;
		}
			
a.legal:link {
		color: #8c2633;
		text-decoration:none;
		}
		
a.legal:visited {
		color: #8c2633;
		text-decoration:none;
		
			}
a.legal:hover {
		color: #555555;
		text-decoration:none;
		}
			
 .legal { 
 		font-family:verdana, arial, helvetica, sans-serif; 
 		font-size: 10px; 
 		color: #000000; 
 		text-align: center; 
 		} 
/* Map Pop-up for Index Page
------------------------------------------------------------------*/



.texas_map{
position: relative;
z-index: 0;
}

.texas_map:hover{
background-color: transparent;
z-index: 50;
}

.texas_map span{ /*CSS for enlarged image*/
position: absolute; padding: 1px; visibility: hidden; color: black; text-decoration: none; }

.texas_map span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.texas_map:hover span{ /*CSS for enlarged image on hover*/
visibility: visible; top: -300px; left: -5px; /*position where enlarged image should offset horizontally */

}
