.mainArticle a:visited
{ color:#333;
  text-decoration:none; }

.mainArticle a:hover
{ text-decoration:none;
  line-height:normal; }

.mainArticleTitle a:hover,.articleMouse .mainArticleTitle a,.articleMouse .mainArticleTitle
{ color:#F60; }

.contentArticle
{ width:440px;
  height:160px; }

.contentImage
{ 
  float:left;
  width:190px;
  text-align:center; 
   padding-right: 4px;
}

.contentText
{ float:left;
  width:275px; }

.contentArticle a:visited,.contentArticle a:hover,.contentArticle a
{ color:#333;
  line-height:normal;
  text-decoration:none; }

#contentBlock
{ 
 width:480px;
 float:left; 
 }

#contentBlockTellAFriend
{
 width:400px;
 float:left; 
}
  
.contentSeparator
{ width:10px;
  float:left;
  text-align:right;
  height:200px;
  
  }

.contentSeperator
{ margin-bottom:5px; }

.nomouse
{ border:2px solid #fff;
  width:476px;
  height:160px; }

.mouse
{ border:2px solid #BFBFBF;
  width:476px;
  height:160px; }



.mainContentSeperator
{ height:1.5em; }


ul.thumb {
	float: left;
	list-style: none;
	margin: 0; 
	padding: 0px;
	width: 480px;
	
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 135px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}

ul.thumb li img.hover {
/*	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect */
	border: none; /* Get rid of border on hover */
}

ul.thumb li a
{
	color:#000; 
	text-decoration:none;
	text-align:center;
}

ul.thumb li a:hover
{
	color:#f60; 
}

#devtaName 
{
	margin-top:108px;
	font-weight:bold;
}



