﻿body {
}



 
 
 .ShowDescription
 {
	position: absolute;
	 top: 340px;
	  left: 476px;
/*left:218px;  --- on the left hand side of the card */
	   z-index: 200;
	    border:0px;
 } 
 
 #descriptionTitle
 {
	 overflow:hidden ;
}

#descriptionContent
 {
	overflow:auto;
}

.cardReflectionClass
{
	cursor:pointer;
	background-size:100% 100%;
	background-repeat:no-repeat;
	-webkit-transform: scaleY(-1);
	 -moz-transform: scaleY(-1);  
	 -ms-transform: scaleY(-1); 
	  -o-transform: scaleY(-1);   
	  transform: scaleY(-1); 
	  filter: flipv; 
	  opacity:0.20; 
	  filter: alpha(opacity='20');
} 

.txtControl
{
word-wrap:break-word;
}
          