/* ID CSS */
#CarouselDetail
{
	width: 950px;
	height: 380px;
	display: relative;
}
#CarouselDetail img
{
	display: hidden;
	cursor: pointer;
	width: 350px;
	height: 350px;
}
#DivNext
{
	background-image: url('../Images/Carousel/right.png');
	/*Size*/
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
#DivPrev
{
	background-image: url('../Images/Carousel/left.png');
	/*Size*/
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
