/*Make Up Picker CSS*/
a.mp_linkopacity img {
   filter:alpha(opacity=55);
   -moz-opacity: 0.55;
   opacity: 0.55;
   -khtml-opacity: 0.55;
}
a.mp_linkopacity:hover img {
   filter:alpha(opacity=100);   
   -moz-opacity: 1.0;   
   opacity: 1.0;
   -khtml-opacity: 1.0; 
}
#mp_wrapper table {	border-collapse: collapse;	border-spacing: 0;	background:#fbf6eb;}#mp_wrapper {	position: relative;	width: 634px;	height:824px;	margin: 10px auto;	}#mp_thumbnails {	position: relative;	width: 290px;	height: 510px;	float: left;	margin: 5px;}#mp_thumbsleft {	position: relative;	width: 145px;	height: 510px;	float: left;}#mp_thumbsright{	position: relative;	width: 145px;	height: 510px;	float: right;}#mp_thumb {	position: relative;	width: 135px;	height: 122px;	margin:5px;}#mp_main_pic {	text-align: right;	position: relative;	width: 290px;	height: 510px;	float: right;	margin: 5px;}#mp_main_pic img{	padding:40px 0 0 0;}#mp_products {	width: 590px;	height: 246px;	float: left;	margin:5px 0 0 	5px;}#mp_prod_wrap{	width:564px;	height:192px;	margin:0 auto;}#mp_prod {	width: 129px;	height: 180px;	margin: 0 3px;
	padding:o;	float: left;	background:#fce4d8;	border:3px solid #fce4d8;	font-family:helvetica,arial,sans-serif;	font-weight: normal;	font-size:12px;	color:#513924;	text-align:center;}#mp_prod p{	margin: 0;
	padding:0;font-weight: normal;	font-size:12px;}#mp_more {	margin:3px;	text-align:right;}#mp_more a{	font-family:Helvetica, arial, sans-serif;	font-size:14px;	color:#1d150a;	text-decoration:underline;}#mp_more a:hover{	padding:2px;	font-family:Helvetica, arial, sans-serif;	font-size:14px;	color:#fce4d8;	text-decoration:underline;	background:#372313;}h4#prod_title {		font-family:Helvetica, arial, sans-serif;	font-size:13px;	text-align:center;	color:#1d150a;}
