/* Navigation */
#mediaentry {
  width: 100%;
  height: 31px;
  padding: 0;
  margin: 0;
  line-height: 1;
  list-style: none;
  position: absolute;
  top: 105px;
  left: 0;
  z-index: 9999;
}

#mediaentry #menu {
  position: static;
  overflow:hidden;
  height: 31px;
	
}

#mediaentry a {
	text-decoration: none;
	display: block;
	width:233px;
	padding-top:31px;
	background-repeat: no-repeat;
}

#mediaentry a:hover {
    text-decoration: none;
    display: block;
    width:233px;
    padding-top:31px;
    background-position: 0px -31px;
}

#mediaentry .selected a, #mediaentry .selected a:hover {
  background-position: 0px -62px;
}

.wallpaper_columns { 
list-style: none; 
width: 100%; 
text-align: center;
}

.testimonials_columns { 
list-style: none; 
width: 100%; 
}
.wallpaper_columns li { 
float: left; 
height: auto; 
text-align: center;
} 

.testimonials_columns li { 
float: left; 
height: auto; 
text-align: center;
} 

.wallpaper_bg {
text-align: left;
width: 214px !important;

margin-right: 10px; 
padding: 10px;
border: 1px solid #6a6a6a;
background-color:#f0f0f0;
}

.testimonials_bg {
text-align: left;
width: 214px !important;
height: 160px !important;
margin-right: 10px; 
padding: 10px;
border: 1px solid #6a6a6a;
background-image: url(/assets/templates/IDG2010/img/bubble_small.jpg); 
}

.wallpaper_detail_bg {
text-align: left;
width: 718px !important;
margin-right: 10px; 
padding: 10px;
border: 1px solid #6a6a6a;
background-color:#f0f0f0;
}

.testimonials_detail_bg {
text-align: left;
width: 718px !important;
margin-right: 10px; 
padding: 10px;
border: 1px solid #6a6a6a;
background-color:#f0f0f0;
background-image: url(/assets/templates/IDG2010/img/bubble_big.jpg); 
background-repeat: no-repeat;
background-position: top right;
}

#testimonials_detail_img {
border: 1px solid #6a6a6a;
}

#testimonials_rel {
 position:relative;
}

#testimonials_rel_tl {
 position:absolute;
 top:0px;
 left:0px;
}

#testimonials_rel_tr {
 position:absolute;
 top:0px;
 right:0px;
}

#testimonials_rel_bl {
 position:absolute;
 bottom:0px;
 left:0px;
}

#testimonials_rel_br {
 position:absolute;
 bottom:0px;
 right:0px;
}

#testimonials_link_more {
 position:absolute;
 bottom:6px;
 right:6px;
}



