 *
{
    margin: 0;
    padding: 0;
}

/* START ITEM CAROUSEL STYLE */
#carousel
{
    display: none;
}

#carousel .carousel_next
{
    background: transparent url(https://media01.gameloft.com/layout/default/web/sitenew/images/billing/arrow-right.png) no-repeat scroll 0 0;
    width: 36px;
    height: 36px;
    display: block;
    font-size: 0 !important;
}

#carousel .carousel_next:hover
{
    background: transparent url(https://media01.gameloft.com/layout/default/web/sitenew/images/billing/arrow-right.png) no-repeat scroll 0 -36px;
}

#carousel .carousel_prev
{
    background: transparent url(https://media01.gameloft.com/layout/default/web/sitenew/images/billing/arrow-left.png) no-repeat scroll 0 0;
    width: 36px;
    height: 36px;
    display: block;
    font-size: 0 !important;
}

#carousel .carousel_prev:hover
{
    background: transparent url(https://media01.gameloft.com/layout/default/web/sitenew/images/billing/arrow-left.png) no-repeat scroll 0 -36px;
}

.game_holder
{
    width: 114px;
    background: transparent url(https://media01.gameloft.com/layout/default/web/sitenew/images/billing/bg-gradient.png) no-repeat scroll 0 168px;
    height: 223px;
    float: left;
    margin: 10px;
}

.game_holder table
{
    width: 94px;
    margin: 0 auto;
}

.game_holder table td a , .game_holder table td
{
    color: #626262;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

	.game_holder table td a.size_8
	{
		font-size: 8px;
	}
	
	.game_holder table td a.size_10
	{
		font-size: 10px;
	}
	

.game_holder table td
{
    text-align: center;
    height: 65px;
    overflow: hidden;
    vertical-align: bottom;
}

.game_image
{
    width: 94px;
    margin: 7px auto 0;
}

.game_image img
{
    width: 94px;
    height: 122px;
}

.game_image .product_link , .game_image .product_link img
{
    border: 0;
    text-decoration: none;
    font-size: 0 !important;
}

.game_image a.buy_link
{
    display: block;
    width: 64px;
    margin: 0px auto 0;
    background: transparent url(https://media01.gameloft.com/layout/default/web/sitenew/images/billing/buysmall.png) no-repeat scroll 0 0;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    padding: 3px 0;
}

.game_image a.buy_link:hover
{
    background: transparent url(https://media01.gameloft.com/layout/default/web/sitenew/images/billing/buysmall.png) no-repeat scroll 0 -21px;
}
/* END ITEM CAROUSEL STYLE */