
#mainContent{
	background:#ffffff;						/* trumps template */
	height:auto;
}

#thumbnails{
	width:650px;
	height:auto;
	background:#eeeeee;
	float:left;
}

a.isg_button {
  color: #111;
  text-decoration: none;
}

a.isg_button:hover { text-decoration: underline; }

#thumbnailCopy{
	width:350px;
	height:auto;
	background:url(http://www.anastasiachatzka.com/img/gradientBG.gif) repeat-x 0 0;
	float:left;
	margin:0 0 0 0;
	position:relative;
	text-align:left;
}

#thumbnailCopy *{
	padding-left:25px;
	width:289px;
	line-height:2em;
}

#thumbnailCopy h1{
	font-size:16px;
	padding:15px 0 0 25px;
	margin:0;
}

#thumbnailCopy p{
	padding:0 0 0 25px;
	margin:0;
}

/*preload classes*/ 
.svw {width: 650px; height: 600px; background: #eee;} 
.svw ul {position: relative; left: -999em;}
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;     
margin: 0 0 1px 0; 
} 

.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #eeeeee; 
color: #E45D97; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #E45D97; 
color: #fff; 
}


