$(function(){
	$('.infoBoxContents .categories li').last().addClass('last_list');
	$('.infoBoxContents .information li').last().addClass('last_list');
	$('.infoBoxContents .bestsellers li').last().addClass('last_list');
	$('.contentPadd h3').first().addClass('first_h3');
	$('.contentPadd.loginPage h3').addClass('first_h3');
	$('.contentInfoText, .contentInfoBlock').last().addClass('marg-bottom');
	$('.loginPage .contentInfoText').addClass('marg-top');
	

	$('.cart th').last().css('border-right','0px');
	$('.cart_prods').css('border-width','0px 1px 1px 0px');
	$('.cart_update').css('border-width','0px 1px 1px 0px');
	$('.cart_price').css('border-width','0px 0px 1px 0px');	
	$('.cart_total td:nth-child(2)').css('border-width','0px 1px 0px 0px');
	$('.desc p').first().css('padding-top','0px');
});	
$(document).ready(function(){
	DD_roundies.addRule('.menu', '9px 9px 0px 0px', true);	
	DD_roundies.addRule('.infoBoxContents, .contentPadd', '0px 0px 9px 9px', true);	
	DD_roundies.addRule('.contentPadd.un2', '9px', true);	
	DD_roundies.addRule('.bg_button22 .button-t	', '9px', true);
	DD_roundies.addRule('.bg_button22-act .button-t	', '9px', true);
	DD_roundies.addRule('.bg_button2 .button-t	', '9px', true);
	DD_roundies.addRule('.bg_button2-act .button-t	', '9px', true);
	
	DD_roundies.addRule('h3', '9px 9px 0px 0px', true);	
	DD_roundies.addRule('.contentInfoText', '0px 0px 9px 9px', true);
	DD_roundies.addRule('.contentPadd.txtPage,  .cart, .ui-progressbar, .ui-datepicker, .result1_top, .result2_top, .contentInfoText.un, .contentInfoBlock, .cart_products_options, #ui-progressbar, #piGal ul.thumbs li', '9px', true);					
});
$(function(){
	var keeper=$('.wrapper_pic_div'),
		zoomPic=$('.wrapper_pic_zoom, ').css({opacity:0})
	keeper
	 .bind('mouseenter',function(){
	  zoomPic
		.stop()
		.animate({opacity:1})
	 })
	 .bind('mouseleave',function(){
		zoomPic
			.stop()
			.animate({opacity:0})
	 })	

})

